Home
last modified time | relevance | path

Searched refs:ta_context (Results 1 – 15 of 15) sorted by relevance

/src/sys/sys/
H A D_task.h53 void *ta_context; /* (c) argument for handler */ member
80 void *ta_context; /* (c) argument for handler */ member
H A Dtaskqueue.h108 .ta_context = (context) }
124 (task)->ta_context = (context); \
H A Dgtaskqueue.h87 (gtask)->ta_context = (context); \
/src/sys/kern/
H A Dsubr_power.c202 power_pm_task.ta_context = (void *)(intptr_t)stype; in power_pm_suspend()
H A Dsubr_gtaskqueue.c110 gtask, gtask->ta_flags, gtask->ta_priority, gtask->ta_func, gtask->ta_context); in gtask_dump()
368 gtask->ta_func(gtask->ta_context); in gtaskqueue_run_locked()
H A Dsys_socket.c515 task->ta_func(task->ta_context, pending); in soaio_kproc_loop()
H A Dsubr_taskqueue.c517 task->ta_func(task->ta_context, pending); in taskqueue_run_locked()
H A Dkern_shutdown.c349 shutdown_nice_task.ta_context = (void *)(uintptr_t)howto; in shutdown_nice()
/src/sys/dev/hptrr/
H A Dhptrr_os_bsd.c247 if (vbus_ext->worker.ta_context) in os_schedule_task()
H A Dhptrr_osm_bsd.c351 vbus_ext->worker.ta_context = 0; in hpt_shutdown_vbus()
/src/sys/dev/hptnr/
H A Dhptnr_os_bsd.c261 if (vbus_ext->worker.ta_context) in os_schedule_task()
H A Dhptnr_osm_bsd.c349 vbus_ext->worker.ta_context = 0; in hpt_shutdown_vbus()
/src/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c274 if (vbus_ext->worker.ta_context) in os_schedule_task()
H A Dhpt27xx_osm_bsd.c347 vbus_ext->worker.ta_context = 0; in hpt_shutdown_vbus()
/src/sys/dev/firmware/arm/
H A Dscmi.c279 req->tsk.ta_context = &req->tsk; in scmi_reqs_pool_allocate()