Home
last modified time | relevance | path

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

/Linux-v6.6/include/acpi/
Dghes.h40 struct callback_head task_work; member
/Linux-v6.6/drivers/acpi/apei/
Dghes.c449 estatus_node = container_of(head, struct ghes_estatus_node, task_work); in ghes_kick_task_work()
1009 estatus_node->task_work.func = ghes_kick_task_work; in ghes_proc_in_irq()
1011 ret = task_work_add(current, &estatus_node->task_work, in ghes_proc_in_irq()
1014 estatus_node->task_work.func = NULL; in ghes_proc_in_irq()
1017 if (!estatus_node->task_work.func) in ghes_proc_in_irq()
1080 estatus_node->task_work.func = NULL; in ghes_in_nmi_queue_one_entry()
/Linux-v6.6/include/sound/
Dtimer.h77 struct work_struct task_work; member
/Linux-v6.6/kernel/
DMakefile9 signal.o sys.o umh.o workqueue.o pid.o task_work.o \
/Linux-v6.6/include/linux/
Dio_uring_types.h67 struct callback_head task_work; member
/Linux-v6.6/io_uring/
Dtctx.c90 init_task_work(&tctx->task_work, tctx_task_work); in io_uring_alloc_task_context()
Dio_uring.c1278 task_work); in tctx_task_work()
1377 if (likely(!task_work_add(req->task, &tctx->task_work, ctx->notify_method))) in io_req_normal_work_add()
3045 struct callback_head task_work; member
3055 work = container_of(cb, struct io_tctx_exit, task_work); in io_tctx_exit_cb()
3134 init_task_work(&exit.task_work, io_tctx_exit_cb); in io_ring_exit_work()
3150 ret = task_work_add(node->task, &exit.task_work, TWA_SIGNAL); in io_ring_exit_work()
/Linux-v6.6/kernel/time/
DKconfig51 # Select to handle posix CPU timers from task_work
/Linux-v6.6/sound/core/
Dtimer.c821 struct snd_timer *timer = container_of(work, struct snd_timer, task_work); in snd_timer_work()
926 queue_work(system_highpri_wq, &timer->task_work); in snd_timer_interrupt()
970 INIT_WORK(&timer->task_work, snd_timer_work); in snd_timer_new()
/Linux-v6.6/drivers/scsi/qla4xxx/
Dql4_def.h844 struct work_struct task_work; member
Dql4_isr.c399 queue_work(ha->task_wq, &task_data->task_work); in qla4xxx_passthru_status_entry()
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()