Searched refs:task_work_cancel_match (Results 1 – 3 of 3) sorted by relevance
122 task_work_cancel_match(struct task_struct *task, in task_work_cancel_match() function171 return task_work_cancel_match(task, task_work_func_match, func); in task_work_cancel_func()193 ret = task_work_cancel_match(task, task_work_match, cb); in task_work_cancel()
35 struct callback_head *task_work_cancel_match(struct task_struct *task,
218 struct callback_head *cb = task_work_cancel_match(wq->task, in io_worker_exit()1224 while ((cb = task_work_cancel_match(wq->task, io_task_work_match, wq)) != NULL) { in io_wq_cancel_tw_create()