Home
last modified time | relevance | path

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

/linux/include/linux/
H A 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()
34 struct callback_head *task_work_cancel_func(struct task_struct *, task_work_func_t);
/linux/kernel/
H A Dtask_work.c157 task_work_cancel_func(struct task_struct *task, task_work_func_t func)
/linux/io_uring/
H A Dio-wq.c366 task_work_func_t func) in io_queue_worker_create()