Searched refs:io_match_task_safe (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/io_uring/ |
H A D | io_uring.h | 92 bool io_match_task_safe(struct io_kiocb *head, struct task_struct *task,
|
H A D | poll.c | 764 if (io_match_task_safe(req, tsk, cancel_all)) { in io_poll_remove_all_table()
|
H A D | io_uring.c | 209 bool io_match_task_safe(struct io_kiocb *head, struct task_struct *task, in io_match_task_safe() function 3206 return io_match_task_safe(req, cancel->task, cancel->all); in io_cancel_task_cb() 3218 if (io_match_task_safe(de->req, task, cancel_all)) { in io_cancel_defer_files()
|
/kernel/linux/linux-5.10/io_uring/ |
H A D | io_uring.c | 1237 static bool io_match_task_safe(struct io_kiocb *head, struct task_struct *task, in io_match_task_safe() function 5872 if (io_match_task_safe(req, tsk, cancel_all)) { in io_poll_remove_all() 9659 return io_match_task_safe(req, cancel->task, cancel->all); in io_cancel_task_cb() 9670 if (io_match_task_safe(de->req, task, cancel_all)) { in io_cancel_defer_files()
|
Completed in 21 milliseconds