Home
last modified time | relevance | path

Searched refs:task_work (Results 1 – 9 of 9) sorted by relevance

/linux/include/sound/
H A Dtimer.h77 struct work_struct task_work; member
/linux/kernel/
H A DMakefile9 signal.o sys.o umh.o workqueue.o pid.o task_work.o \
/linux/include/linux/
H A Dio_uring_types.h127 struct callback_head task_work; member
/linux/io_uring/
H A Dtctx.c108 init_task_work(&tctx->task_work, tctx_task_work); in io_uring_alloc_task_context()
H A Dio_uring.c2276 struct callback_head task_work; member
2286 work = container_of(cb, struct io_tctx_exit, task_work); in io_tctx_exit_cb()
2359 init_task_work(&exit.task_work, io_tctx_exit_cb); in io_ring_exit_work()
2371 ret = task_work_add(node->task, &exit.task_work, TWA_SIGNAL); in io_ring_exit_work()
/linux/kernel/time/
H A DKconfig51 # Select to handle posix CPU timers from task_work
/linux/sound/core/
H A Dtimer.c807 struct snd_timer *timer = container_of(work, struct snd_timer, task_work); in snd_timer_work()
905 queue_work(system_highpri_wq, &timer->task_work); in snd_timer_interrupt()
949 INIT_WORK(&timer->task_work, snd_timer_work); in snd_timer_new()
/linux/drivers/scsi/qla4xxx/
H A Dql4_def.h844 struct work_struct task_work; member
H A Dql4_isr.c399 queue_work(ha->task_wq, &task_data->task_work); in qla4xxx_passthru_status_entry()