Searched refs:GTASK_INIT (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | gtaskqueue.h | 84 #define GTASK_INIT(gtask, flags, priority, func, context) do { \ macro 92 GTASK_INIT(&(gtask)->gt_task, 0, priority, func, context)
|
| H A D | epoch.h | 109 GTASK_INIT(&(gtask)->gt_task, TASK_NETWORK, (prio), (func), (ctx))
|
| /f-stack/tools/compat/include/sys/ |
| H A D | epoch.h | 109 GTASK_INIT(&(gtask)->gt_task, TASK_NETWORK, (prio), (func), (ctx))
|
| /f-stack/freebsd/kern/ |
| H A D | subr_gtaskqueue.c | 277 GTASK_INIT(&t_barrier, 0, USHRT_MAX, gtaskqueue_task_nop_fn, &t_barrier); in gtaskqueue_drain_tq_queue() 790 GTASK_INIT(>ask->bt_task, 0, 0, taskqgroup_binder, gtask); in taskqgroup_bind()
|