Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/
Dtask_work.c73 task_work_cancel_match(struct task_struct *task, in task_work_cancel_match() function
120 return task_work_cancel_match(task, task_work_func_match, func); in task_work_cancel()
/Linux-v5.15/include/linux/
Dtask_work.h25 struct callback_head *task_work_cancel_match(struct task_struct *task,
/Linux-v5.15/fs/
Dio-wq.c1151 while ((cb = task_work_cancel_match(wq->task, io_task_work_match, wq)) != NULL) { in io_wq_exit_workers()