Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtask_work.h7 typedef void (*task_work_func_t)(struct callback_head *); typedef
10 init_task_work(struct callback_head *twork, task_work_func_t func) in init_task_work()
16 struct callback_head *task_work_cancel(struct task_struct *, task_work_func_t);
/linux-4.4.14/kernel/
Dtask_work.c55 task_work_cancel(struct task_struct *task, task_work_func_t func) in task_work_cancel()