Searched refs:task_work (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/include/acpi/ |
D | ghes.h | 40 struct callback_head task_work; member
|
/linux-6.6.21/drivers/acpi/apei/ |
D | ghes.c | 477 estatus_node = container_of(head, struct ghes_estatus_node, task_work); in ghes_kick_task_work() 1047 estatus_node->task_work.func = ghes_kick_task_work; in ghes_proc_in_irq() 1049 ret = task_work_add(current, &estatus_node->task_work, in ghes_proc_in_irq() 1052 estatus_node->task_work.func = NULL; in ghes_proc_in_irq() 1055 if (!estatus_node->task_work.func) in ghes_proc_in_irq() 1118 estatus_node->task_work.func = NULL; in ghes_in_nmi_queue_one_entry()
|
/linux-6.6.21/include/sound/ |
D | timer.h | 77 struct work_struct task_work; member
|
/linux-6.6.21/kernel/ |
D | Makefile | 9 signal.o sys.o umh.o workqueue.o pid.o task_work.o \
|
/linux-6.6.21/include/linux/ |
D | io_uring_types.h | 67 struct callback_head task_work; member
|
/linux-6.6.21/io_uring/ |
D | tctx.c | 90 init_task_work(&tctx->task_work, tctx_task_work); in io_uring_alloc_task_context()
|
D | io_uring.c | 1281 task_work); in tctx_task_work() 1380 if (likely(!task_work_add(req->task, &tctx->task_work, ctx->notify_method))) in io_req_normal_work_add() 3066 struct callback_head task_work; member 3076 work = container_of(cb, struct io_tctx_exit, task_work); in io_tctx_exit_cb() 3155 init_task_work(&exit.task_work, io_tctx_exit_cb); in io_ring_exit_work() 3166 ret = task_work_add(node->task, &exit.task_work, TWA_SIGNAL); in io_ring_exit_work()
|
/linux-6.6.21/kernel/time/ |
D | Kconfig | 51 # Select to handle posix CPU timers from task_work
|
/linux-6.6.21/sound/core/ |
D | timer.c | 821 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-6.6.21/drivers/scsi/qla4xxx/ |
D | ql4_def.h | 844 struct work_struct task_work; member
|
D | ql4_isr.c | 399 queue_work(ha->task_wq, &task_data->task_work); in qla4xxx_passthru_status_entry()
|
D | ql4_os.c | 3364 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()
|