Searched refs:task_work (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/include/acpi/ |
H A D | ghes.h | 40 struct callback_head task_work; member
|
/openbmc/linux/drivers/acpi/apei/ |
H A D | ghes.c | 475 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()
|
/openbmc/linux/include/sound/ |
H A D | timer.h | 77 struct work_struct task_work; member
|
/openbmc/linux/include/linux/ |
H A D | io_uring_types.h | 5 #include <linux/task_work.h> 65 struct { /* task_work */ 67 struct callback_head task_work; member 168 /* inline/task_work completion list, under ->uring_lock */ 284 * task_work and async notification delivery cacheline. Expected to
|
/openbmc/linux/kernel/ |
H A D | Makefile | 9 signal.o sys.o umh.o workqueue.o pid.o task_work.o \
|
/openbmc/linux/io_uring/ |
H A D | tctx.c | 101 init_task_work(&tctx->task_work, tctx_task_work); in io_uring_alloc_task_context()
|
H A D | io_uring.c | 69 #include <linux/task_work.h> 959 * Should only be used from a task_work including IO_URING_F_MULTISHOT. 1274 task_work); in tctx_task_work() 1352 /* task_work already pending, we're done */ in io_req_normal_work_add() 1359 if (likely(!task_work_add(req->task, &tctx->task_work, ctx->notify_method))) in io_req_normal_work_add() 1607 * Also let task_work, etc. to progress by releasing the mutex in io_iopoll_try_reap_events() 2640 * Run task_work after scheduling and before io_should_wake(). in io_cqring_wait() 2641 * If we got woken because of task_work being processed, run it in io_cqring_wait() 2649 * Non-local task_work will be run on exit to userspace, but in io_cqring_wait() 2653 * this break is _after_ we have run task_work, t in io_cqring_wait() 3070 struct callback_head task_work; global() member [all...] |
/openbmc/linux/kernel/time/ |
H A D | Kconfig | 51 # Select to handle posix CPU timers from task_work
|
/openbmc/linux/sound/core/ |
H A D | timer.c | 831 struct snd_timer *timer = container_of(work, struct snd_timer, task_work); in snd_timer_work() 936 queue_work(system_highpri_wq, &timer->task_work); in snd_timer_interrupt() 980 INIT_WORK(&timer->task_work, snd_timer_work); in snd_timer_new()
|
/openbmc/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()
|
H A 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()
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |