Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Depoch.h68 epoch_t epoch_alloc(int flags);
/freebsd-12.1/sys/kern/
H A Dsubr_epoch.c162 global_epoch = epoch_alloc(0); in epoch_init()
163 global_epoch_preempt = epoch_alloc(EPOCH_PREEMPT); in epoch_init()
203 epoch_alloc(int flags) in epoch_alloc() function
/freebsd-12.1/sys/tests/epoch/
H A Depoch_test.c144 test_epoch = epoch_alloc(EPOCH_PREEMPT); in test_modinit()
/freebsd-12.1/sys/net/
H A Dif.c984 net_epoch_preempt = epoch_alloc(EPOCH_PREEMPT); in if_epochalloc()
985 net_epoch = epoch_alloc(0); in if_epochalloc()
/freebsd-12.1/share/man/man9/
H A DMakefile946 epoch.9 epoch_alloc.9 \