Searched refs:io_match_task_safe (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/io_uring/ |
H A D | io_uring.h | 91 bool io_match_task_safe(struct io_kiocb *head, struct task_struct *task,
|
H A D | poll.c | 768 if (io_match_task_safe(req, tsk, cancel_all)) { in io_poll_remove_all_table()
|
H A D | io_uring.c | 210 bool io_match_task_safe(struct io_kiocb *head, struct task_struct *task, in io_match_task_safe() function 3245 return io_match_task_safe(req, cancel->task, cancel->all); in io_cancel_task_cb() 3257 if (io_match_task_safe(de->req, task, cancel_all)) { in io_cancel_defer_files()
|