Home
last modified time | relevance | path

Searched refs:epoch_alloc (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/sys/
H A Depoch.h70 epoch_t epoch_alloc(const char *name, int flags);
/freebsd-14.2/sys/tests/epoch/
H A Depoch_test.c142 test_epoch = epoch_alloc("test_epoch", EPOCH_PREEMPT); in test_modinit()
/freebsd-14.2/sys/kern/
H A Dsubr_epoch.c326 global_epoch = epoch_alloc("Global", 0); in epoch_init()
327 global_epoch_preempt = epoch_alloc("Global preemptible", EPOCH_PREEMPT); in epoch_init()
367 epoch_alloc(const char *name, int flags) in epoch_alloc() function
/freebsd-14.2/sys/dev/random/
H A Drandom_harvestq.c223 rs_epoch = epoch_alloc("Random Sources", EPOCH_PREEMPT); in rs_epoch_init()
/freebsd-14.2/share/man/man9/
H A DMakefile1072 epoch.9 epoch_alloc.9 \
/freebsd-14.2/sys/net/
H A Dif.c967 net_epoch_preempt = epoch_alloc("Net preemptible", EPOCH_PREEMPT); in if_epochalloc()