Symbol: epoch_t
sys/dev/random/random_harvestq.c
89
static __read_mostly epoch_t rs_epoch;
sys/kern/subr_epoch.c
138
__read_mostly epoch_t global_epoch;
sys/kern/subr_epoch.c
139
__read_mostly epoch_t global_epoch_preempt;
sys/kern/subr_epoch.c
150
epoch_currecord(epoch_t epoch)
sys/kern/subr_epoch.c
222
epoch_trace_enter(struct thread *td, epoch_t epoch, epoch_tracker_t et,
sys/kern/subr_epoch.c
243
epoch_trace_exit(struct thread *td, epoch_t epoch, epoch_tracker_t et,
sys/kern/subr_epoch.c
276
epoch_where_report(epoch_t epoch)
sys/kern/subr_epoch.c
340
epoch_ctor(epoch_t epoch)
sys/kern/subr_epoch.c
365
epoch_t
sys/kern/subr_epoch.c
368
epoch_t epoch;
sys/kern/subr_epoch.c
415
epoch_free(epoch_t epoch)
sys/kern/subr_epoch.c
463
_epoch_enter_preempt(epoch_t epoch, epoch_tracker_t et EPOCH_FILE_LINE)
sys/kern/subr_epoch.c
492
epoch_enter(epoch_t epoch)
sys/kern/subr_epoch.c
513
_epoch_exit_preempt(epoch_t epoch, epoch_tracker_t et EPOCH_FILE_LINE)
sys/kern/subr_epoch.c
544
epoch_exit(epoch_t epoch)
sys/kern/subr_epoch.c
702
epoch_wait_preempt(epoch_t epoch)
sys/kern/subr_epoch.c
765
epoch_wait(epoch_t epoch)
sys/kern/subr_epoch.c
777
epoch_call(epoch_t epoch, epoch_callback_t callback, epoch_context_t ctx)
sys/kern/subr_epoch.c
809
epoch_t epoch;
sys/kern/subr_epoch.c
846
in_epoch_verbose_preempt(epoch_t epoch, int dump_onfail)
sys/kern/subr_epoch.c
879
epoch_assert_nocpu(epoch_t epoch, struct thread *td)
sys/kern/subr_epoch.c
900
in_epoch_verbose(epoch_t epoch, int dump_onfail)
sys/kern/subr_epoch.c
938
in_epoch(epoch_t epoch)
sys/kern/subr_epoch.c
957
epoch_drain_callbacks(epoch_t epoch)
sys/net/if.c
117
__read_mostly epoch_t net_epoch_preempt;
sys/sys/epoch.h
105
extern epoch_t net_epoch_preempt;
sys/sys/epoch.h
51
extern epoch_t global_epoch;
sys/sys/epoch.h
52
extern epoch_t global_epoch_preempt;
sys/sys/epoch.h
70
epoch_t epoch_alloc(const char *name, int flags);
sys/sys/epoch.h
71
void epoch_free(epoch_t epoch);
sys/sys/epoch.h
72
void epoch_wait(epoch_t epoch);
sys/sys/epoch.h
73
void epoch_wait_preempt(epoch_t epoch);
sys/sys/epoch.h
74
void epoch_drain_callbacks(epoch_t epoch);
sys/sys/epoch.h
75
void epoch_call(epoch_t epoch, epoch_callback_t cb, epoch_context_t ctx);
sys/sys/epoch.h
76
int in_epoch(epoch_t epoch);
sys/sys/epoch.h
77
int in_epoch_verbose(epoch_t epoch, int dump_onfail);
sys/sys/epoch.h
87
void _epoch_enter_preempt(epoch_t epoch, epoch_tracker_t et EPOCH_FILE_LINE);
sys/sys/epoch.h
88
void _epoch_exit_preempt(epoch_t epoch, epoch_tracker_t et EPOCH_FILE_LINE);
sys/sys/epoch.h
91
void epoch_where_report(epoch_t);
sys/sys/epoch.h
98
void epoch_enter(epoch_t epoch);
sys/sys/epoch.h
99
void epoch_exit(epoch_t epoch);
sys/tests/epoch/epoch_test.c
60
epoch_t test_epoch;