MCPcopy 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
425static epoch_record_t
426epoch_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_preemptFunction · 0.85
epoch_enterFunction · 0.85
_epoch_exit_preemptFunction · 0.85
epoch_exitFunction · 0.85
epoch_callFunction · 0.85
epoch_call_taskFunction · 0.85
in_epoch_verbose_preemptFunction · 0.85
in_epoch_verboseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected