Searched refs:epoch_t (Results 1 – 5 of 5) sorted by relevance
46 typedef struct epoch *epoch_t; typedef51 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 …]
138 __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_t368 epoch_t epoch; in epoch_alloc()415 epoch_free(epoch_t epoch) in epoch_free()[all …]
60 epoch_t test_epoch;
89 static __read_mostly epoch_t rs_epoch;
119 __read_mostly epoch_t net_epoch_preempt;