Searched refs:task_work (Results 1 – 7 of 7) sorted by relevance
| /linux/io_uring/ |
| H A D | tw.c | 149 tctx = container_of(cb, struct io_uring_task, task_work); in tctx_task_work() 261 if (likely(!task_work_add(tctx->task, &tctx->task_work, ctx->notify_method))) in io_req_normal_work_add()
|
| H A D | tctx.c | 107 init_task_work(&tctx->task_work, tctx_task_work); in io_uring_alloc_task_context()
|
| H A D | io_uring.c | 2299 struct callback_head task_work; member 2309 work = container_of(cb, struct io_tctx_exit, task_work); in io_tctx_exit_cb() 2386 init_task_work(&exit.task_work, io_tctx_exit_cb); in io_ring_exit_work() 2398 ret = task_work_add(node->task, &exit.task_work, TWA_SIGNAL); in io_ring_exit_work()
|
| /linux/include/linux/ |
| H A D | io_uring_types.h | 132 struct callback_head task_work; member
|
| /linux/sound/core/ |
| H A D | timer.c | 818 struct snd_timer *timer = container_of(work, struct snd_timer, task_work); 916 queue_work(system_highpri_wq, &timer->task_work); in snd_timer_new() 960 INIT_WORK(&timer->task_work, snd_timer_work); in snd_timer_new()
|
| /linux/drivers/scsi/qla4xxx/ |
| H A D | ql4_def.h | 844 struct work_struct task_work; member
|
| H A D | ql4_isr.c | 399 queue_work(ha->task_wq, &task_data->task_work); in qla4xxx_passthru_status_entry()
|