Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ epoch_currecord
Function
epoch_currecord
freebsd/kern/subr_epoch.c:425–430 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
423
}
424
425
static epoch_record_t
426
epoch_currecord(epoch_t epoch)
427
{
428
429
return (zpcpu_get(epoch->e_pcpu_record));
430
}
431
432
#define INIT_CHECK(epoch) \
433
do { \
Callers
8
_epoch_enter_preempt
Function · 0.85
epoch_enter
Function · 0.85
_epoch_exit_preempt
Function · 0.85
epoch_exit
Function · 0.85
epoch_call
Function · 0.85
epoch_call_task
Function · 0.85
in_epoch_verbose_preempt
Function · 0.85
in_epoch_verbose
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected