Searched refs:task_fn_t (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | _task.h | 46 typedef void task_fn_t(void *context, int pending); typedef 53 task_fn_t *ta_func; /* (c) task handler */
|
| H A D | taskqueue.h | 134 struct timeout_task *timeout_task, int priority, task_fn_t func,
|
| /f-stack/tools/compat/include/sys/ |
| H A D | _task.h | 44 typedef void task_fn_t(void *context, int pending); typedef 51 task_fn_t *ta_func; /* (c) task handler */
|
| /f-stack/freebsd/kern/ |
| H A D | subr_taskqueue.c | 110 int priority, task_fn_t func, void *context) in _timeout_task_init()
|
| /f-stack/freebsd/netgraph/bluetooth/drivers/ubt/ |
| H A D | ng_ubt.c | 142 static task_fn_t ubt_task;
|
| /f-stack/freebsd/vm/ |
| H A D | uma_core.c | 4692 TASK_INIT(&zone->uz_maxaction, 0, (task_fn_t *)maxaction, zone); in uma_zone_set_maxaction()
|