Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/
A Dtask_work.c86 task_work_cancel_match(struct task_struct *task, in task_work_cancel_match() function
135 return task_work_cancel_match(task, task_work_func_match, func); in task_work_cancel()
/linux-6.3-rc2/include/linux/
A Dtask_work.h31 struct callback_head *task_work_cancel_match(struct task_struct *task,
/linux-6.3-rc2/io_uring/
A Dio-wq.c215 struct callback_head *cb = task_work_cancel_match(wq->task, in io_worker_exit()
1234 while ((cb = task_work_cancel_match(wq->task, io_task_work_match, wq)) != NULL) { in io_wq_cancel_tw_create()

Completed in 5 milliseconds