Home
last modified time | relevance | path

Searched refs:global_epoch_preempt (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dpmckern.h208 epoch_enter_preempt(global_epoch_preempt, &et); \
211 epoch_exit_preempt(global_epoch_preempt, &et); \
H A Depoch.h52 extern epoch_t global_epoch_preempt;
/f-stack/tools/compat/include/sys/
H A Depoch.h52 extern epoch_t global_epoch_preempt;
/f-stack/freebsd/kern/
H A Dsubr_epoch.c140 __read_mostly epoch_t global_epoch_preempt; variable
295 global_epoch_preempt = epoch_alloc("Global preemptible", EPOCH_PREEMPT); in epoch_init()