Searched refs:task_work (Results 1 – 12 of 12) sorted by relevance
| /Linux-v6.6/include/acpi/ |
| D | ghes.h | 40 struct callback_head task_work; member
|
| /Linux-v6.6/drivers/acpi/apei/ |
| D | ghes.c | 449 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/ |
| D | timer.h | 77 struct work_struct task_work; member
|
| /Linux-v6.6/kernel/ |
| D | Makefile | 9 signal.o sys.o umh.o workqueue.o pid.o task_work.o \
|
| /Linux-v6.6/include/linux/ |
| D | io_uring_types.h | 67 struct callback_head task_work; member
|
| /Linux-v6.6/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 | 1278 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/ |
| D | Kconfig | 51 # Select to handle posix CPU timers from task_work
|
| /Linux-v6.6/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-v6.6/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()
|