Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ itimer_enter
Function
itimer_enter
freebsd/kern/kern_time.c:1132–1138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1130
}
1131
1132
static void
1133
itimer_enter(struct itimer *it)
1134
{
1135
1136
mtx_assert(&it->it_mtx, MA_OWNED);
1137
it->it_usecount++;
1138
}
1139
1140
static void
1141
itimer_leave(struct itimer *it)
Callers
3
kern_ktimer_settime
Function · 0.85
kern_ktimer_gettime
Function · 0.85
realtimer_expire
Function · 0.85
Calls
1
mtx_assert
Function · 0.85
Tested by
no test coverage detected