Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Depoch.h46 typedef struct epoch *epoch_t; typedef
51 extern epoch_t global_epoch;
52 extern epoch_t global_epoch_preempt;
68 void epoch_free(epoch_t epoch);
69 void epoch_wait(epoch_t epoch);
70 void epoch_wait_preempt(epoch_t epoch);
71 void epoch_drain_callbacks(epoch_t epoch);
73 int in_epoch(epoch_t epoch);
94 void epoch_enter(epoch_t epoch);
95 void epoch_exit(epoch_t epoch);
[all …]
/f-stack/freebsd/sys/
H A Depoch.h46 typedef struct epoch *epoch_t; typedef
51 extern epoch_t global_epoch;
52 extern epoch_t global_epoch_preempt;
68 void epoch_free(epoch_t epoch);
69 void epoch_wait(epoch_t epoch);
70 void epoch_wait_preempt(epoch_t epoch);
71 void epoch_drain_callbacks(epoch_t epoch);
73 int in_epoch(epoch_t epoch);
94 void epoch_enter(epoch_t epoch);
95 void epoch_exit(epoch_t epoch);
[all …]
/f-stack/lib/
H A Dff_subr_epoch.c50 _epoch_enter_preempt(epoch_t epoch, epoch_tracker_t et EPOCH_FILE_LINE) in _epoch_enter_preempt()
56 _epoch_exit_preempt(epoch_t epoch, epoch_tracker_t et EPOCH_FILE_LINE) in _epoch_exit_preempt()
62 epoch_wait_preempt(epoch_t epoch) in epoch_wait_preempt()
68 epoch_call(epoch_t epoch, epoch_callback_t callback, epoch_context_t ctx) in epoch_call()
73 epoch_t
80 epoch_drain_callbacks(epoch_t epoch) in epoch_drain_callbacks()
/f-stack/freebsd/kern/
H A Dsubr_epoch.c139 __read_mostly epoch_t global_epoch;
309 epoch_ctor(epoch_t epoch) in epoch_ctor()
334 epoch_t
337 epoch_t epoch; in epoch_alloc()
384 epoch_free(epoch_t epoch) in epoch_free()
426 epoch_currecord(epoch_t epoch) in epoch_currecord()
469 epoch_enter(epoch_t epoch) in epoch_enter()
521 epoch_exit(epoch_t epoch) in epoch_exit()
742 epoch_wait(epoch_t epoch) in epoch_wait()
786 epoch_t epoch; in epoch_call_task()
[all …]
/f-stack/freebsd/net/
H A Dif.c111 __read_mostly epoch_t net_epoch_preempt;