Searched refs:task_work (Results 1 – 10 of 10) sorted by relevance
| /linux/include/sound/ |
| H A D | timer.h | 77 struct work_struct task_work; member
|
| /linux/io_uring/ |
| H A D | tctx.c | 100 init_task_work(&tctx->task_work, tctx_task_work); in io_uring_alloc_task_context()
|
| H A D | io_uring.c | 67 #include <linux/task_work.h> 225 * 2) PF_KTHREAD is set, in which case the invoker of the task_work is 226 * our fallback task_work. 888 * Must be called from inline task_work so we know a flush will happen later, 906 * Should only be used from a task_work including IO_URING_F_MULTISHOT. 938 * Should only be used from a task_work including IO_URING_F_MULTISHOT. 974 * Handle special CQ sync cases via task_work. DEFER_TASKRUN requires in io_req_complete_post() 1099 * Run queued task_work, returning the number of entries processed in *count. 1199 tctx = container_of(cb, struct io_uring_task, task_work); in tctx_task_work() 1280 /* task_work alread in io_req_normal_work_add() 2962 struct callback_head task_work; global() member [all...] |
| /linux/kernel/ |
| H A D | Makefile | 9 signal.o sys.o umh.o workqueue.o pid.o task_work.o \
|
| /linux/include/linux/ |
| H A D | io_uring_types.h | 127 struct callback_head task_work; member
|
| /linux/kernel/time/ |
| H A D | Kconfig | 51 # Select to handle posix CPU timers from task_work
|
| /linux/sound/core/ |
| H A D | timer.c | 807 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/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() 3448 INIT_WORK(&task_data->task_work, qla4xxx_task_work); in qla4xxx_alloc_pdu()
|