Home
last modified time | relevance | path

Searched refs:epoch_tracker_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Depoch.h68 typedef struct epoch_tracker *epoch_tracker_t; typedef
87 void _epoch_enter_preempt(epoch_t epoch, epoch_tracker_t et EPOCH_FILE_LINE);
88 void _epoch_exit_preempt(epoch_t epoch, epoch_tracker_t et EPOCH_FILE_LINE);
/freebsd/sys/kern/
H A Dsubr_epoch.c222 epoch_trace_enter(struct thread *td, epoch_t epoch, epoch_tracker_t et, in epoch_trace_enter()
225 epoch_tracker_t iet; in epoch_trace_enter()
243 epoch_trace_exit(struct thread *td, epoch_t epoch, epoch_tracker_t et, in epoch_trace_exit()
268 epoch_tracker_t iet; in epoch_trace_list()
463 _epoch_enter_preempt(epoch_t epoch, epoch_tracker_t et EPOCH_FILE_LINE) in _epoch_enter_preempt()
513 _epoch_exit_preempt(epoch_t epoch, epoch_tracker_t et EPOCH_FILE_LINE) in _epoch_exit_preempt()