Home
last modified time | relevance | path

Searched refs:task_work_func_t (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/include/linux/
Dtask_work.h8 typedef void (*task_work_func_t)(struct callback_head *); typedef
11 init_task_work(struct callback_head *twork, task_work_func_t func) in init_task_work()
33 struct callback_head *task_work_cancel(struct task_struct *, task_work_func_t);
/linux-6.6.21/kernel/
Dtask_work.c134 task_work_cancel(struct task_struct *task, task_work_func_t func) in task_work_cancel()
/linux-6.6.21/io_uring/
Dmsg_ring.c76 static int io_msg_exec_remote(struct io_kiocb *req, task_work_func_t func) in io_msg_exec_remote()
Dio-wq.c364 task_work_func_t func) in io_queue_worker_create()