Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ kcsan_md_disable_intrs
Function
kcsan_md_disable_intrs
freebsd/amd64/include/csan.h:50–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
static inline void
51
kcsan_md_disable_intrs(uint64_t *state)
52
{
53
54
*state = intr_disable();
55
}
56
57
static inline void
58
kcsan_md_enable_intrs(uint64_t *state)
Callers
1
kcsan_access
Function · 0.50
Calls
1
intr_disable
Function · 0.70
Tested by
no test coverage detected