MCPcopy 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
1132static void
1133itimer_enter(struct itimer *it)
1134{
1135
1136 mtx_assert(&it->it_mtx, MA_OWNED);
1137 it->it_usecount++;
1138}
1139
1140static void
1141itimer_leave(struct itimer *it)

Callers 3

kern_ktimer_settimeFunction · 0.85
kern_ktimer_gettimeFunction · 0.85
realtimer_expireFunction · 0.85

Calls 1

mtx_assertFunction · 0.85

Tested by

no test coverage detected