Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Depoch.h46 typedef struct epoch *epoch_t; typedef
51 extern epoch_t global_epoch;
52 extern epoch_t global_epoch_preempt;
70 epoch_t epoch_alloc(const char *name, int flags);
71 void epoch_free(epoch_t epoch);
72 void epoch_wait(epoch_t epoch);
73 void epoch_wait_preempt(epoch_t epoch);
74 void epoch_drain_callbacks(epoch_t epoch);
75 void epoch_call(epoch_t epoch, epoch_callback_t cb, epoch_context_t ctx);
76 int in_epoch(epoch_t epoch);
[all …]
/freebsd/sys/kern/
H A Dsubr_epoch.c138 __read_mostly epoch_t global_epoch;
139 __read_mostly epoch_t global_epoch_preempt;
150 epoch_currecord(epoch_t epoch) in epoch_currecord()
222 epoch_trace_enter(struct thread *td, epoch_t epoch, epoch_tracker_t et, in epoch_trace_enter()
243 epoch_trace_exit(struct thread *td, epoch_t epoch, epoch_tracker_t et, in epoch_trace_exit()
276 epoch_where_report(epoch_t epoch) in epoch_where_report()
340 epoch_ctor(epoch_t epoch) in epoch_ctor()
365 epoch_t
368 epoch_t epoch; in epoch_alloc()
415 epoch_free(epoch_t epoch) in epoch_free()
[all …]
/freebsd/sys/tests/epoch/
H A Depoch_test.c60 epoch_t test_epoch;
/freebsd/sys/dev/random/
H A Drandom_harvestq.c89 static __read_mostly epoch_t rs_epoch;
/freebsd/sys/net/
H A Dif.c119 __read_mostly epoch_t net_epoch_preempt;