Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_subr_epoch.c74 epoch_alloc(const char *name, int flags) in epoch_alloc() function
/f-stack/tools/compat/include/sys/
H A Depoch.h67 epoch_t epoch_alloc(const char *name, int flags);
/f-stack/freebsd/sys/
H A Depoch.h67 epoch_t epoch_alloc(const char *name, int flags);
/f-stack/freebsd/kern/
H A Dsubr_epoch.c294 global_epoch = epoch_alloc("Global", 0); in epoch_init()
295 global_epoch_preempt = epoch_alloc("Global preemptible", EPOCH_PREEMPT); in epoch_init()
335 epoch_alloc(const char *name, int flags) in epoch_alloc() function
/f-stack/freebsd/net/
H A Dif.c1000 net_epoch_preempt = epoch_alloc("Net preemptible", EPOCH_PREEMPT); in if_epochalloc()