Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtask_work.h35 bool task_work_cancel(struct task_struct *task, struct callback_head *cb);
/linux/kernel/unwind/
H A Ddeferred.c203 task_work_cancel(task, &info->work); in unwind_deferred_task_exit()
361 task_work_cancel(task, &info->work); in unwind_task_free()
/linux/kernel/
H A Dtask_work.c168 * task_work_cancel - cancel a pending work added by task_work_add()
177 bool task_work_cancel(struct task_struct *task, struct callback_head *cb) in task_work_cancel() function