Searched refs:epoch_call (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/sys/ |
H A D | epoch.h | 75 void epoch_call(epoch_t epoch, epoch_callback_t cb, epoch_context_t ctx); 109 #define NET_EPOCH_CALL(f, c) epoch_call(net_epoch_preempt, (f), (c))
|
/freebsd/sys/kern/ |
H A D | subr_epoch.c | 777 epoch_call(epoch_t epoch, epoch_callback_t callback, epoch_context_t ctx) in epoch_call() function 994 epoch_call(epoch, &epoch_drain_cb, &er->er_drain_ctx); in epoch_drain_callbacks()
|
/freebsd/sys/dev/hid/ |
H A D | hidbus.c | 429 epoch_call(INPUT_EPOCH, hidbus_ivar_dtor, &tlc->epoch_ctx); in hidbus_child_deleted()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1110 epoch.9 epoch_call.9 \
|