Home
last modified time | relevance | path

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

/linux-6.15/include/acpi/
H A Dghes.h40 struct callback_head task_work; member
/linux-6.15/include/sound/
H A Dtimer.h77 struct work_struct task_work; member
/linux-6.15/drivers/acpi/apei/
H A Dghes.c478 estatus_node = container_of(head, struct ghes_estatus_node, task_work); in ghes_kick_task_work()
1234 estatus_node->task_work.func = ghes_kick_task_work; in ghes_proc_in_irq()
1236 ret = task_work_add(current, &estatus_node->task_work, in ghes_proc_in_irq()
1239 estatus_node->task_work.func = NULL; in ghes_proc_in_irq()
1242 if (!estatus_node->task_work.func) in ghes_proc_in_irq()
1305 estatus_node->task_work.func = NULL; in ghes_in_nmi_queue_one_entry()
/linux-6.15/kernel/
H A DMakefile9 signal.o sys.o umh.o workqueue.o pid.o task_work.o \
/linux-6.15/io_uring/
H A Dtctx.c102 init_task_work(&tctx->task_work, tctx_task_work); in io_uring_alloc_task_context()
H A Dio_uring.c1132 tctx = container_of(cb, struct io_uring_task, task_work); in tctx_task_work()
1226 if (likely(!task_work_add(tctx->task, &tctx->task_work, ctx->notify_method))) in io_req_normal_work_add()
2836 struct callback_head task_work; member
2846 work = container_of(cb, struct io_tctx_exit, task_work); in io_tctx_exit_cb()
2931 init_task_work(&exit.task_work, io_tctx_exit_cb); in io_ring_exit_work()
2942 ret = task_work_add(node->task, &exit.task_work, TWA_SIGNAL); in io_ring_exit_work()
/linux-6.15/include/linux/
H A Dio_uring_types.h109 struct callback_head task_work; member
/linux-6.15/kernel/time/
H A DKconfig51 # Select to handle posix CPU timers from task_work
/linux-6.15/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-6.15/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()
H A Dql4_os.c3364 task_data = container_of(wdata, struct ql4_task_data, task_work); in qla4xxx_task_work()
3446 INIT_WORK(&task_data->task_work, qla4xxx_task_work); in qla4xxx_alloc_pdu()