Searched refs:task_work_cancel (Results 1 – 3 of 3) sorted by relevance
35 bool task_work_cancel(struct task_struct *task, struct callback_head *cb);
203 task_work_cancel(task, &info->work); in unwind_deferred_task_exit() 361 task_work_cancel(task, &info->work); in unwind_task_free()
168 * 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