Searched refs:TASKQUEUE_NUM_CALLBACKS (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dtaskqueue.h58 #define TASKQUEUE_NUM_CALLBACKS TASKQUEUE_CALLBACK_TYPE_MAX + 1 macro
/freebsd-11-stable/sys/kern/
H A Dsubr_taskqueue.c76 taskqueue_callback_fn tq_callbacks[TASKQUEUE_NUM_CALLBACKS];
77 void *tq_cb_contexts[TASKQUEUE_NUM_CALLBACKS];
H A Dsubr_gtaskqueue.c76 taskqueue_callback_fn tq_callbacks[TASKQUEUE_NUM_CALLBACKS];
77 void *tq_cb_contexts[TASKQUEUE_NUM_CALLBACKS];

Completed in 125 milliseconds