Searched refs:io_match_task_safe (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/io_uring/ |
| H A D | cancel.c | 356 if (!io_match_task_safe(req, tctx, cancel_all)) in io_cancel_remove_all()
|
| H A D | io_uring.h | 121 bool io_match_task_safe(struct io_kiocb *head, struct io_uring_task *tctx,
|
| H A D | poll.c | 733 if (io_match_task_safe(req, tctx, cancel_all)) { in io_poll_remove_all()
|
| H A D | io_uring.c | 207 bool io_match_task_safe(struct io_kiocb *head, struct io_uring_task *tctx, in io_match_task_safe() function 3008 return io_match_task_safe(req, cancel->tctx, cancel->all); in io_cancel_task_cb() 3020 if (io_match_task_safe(de->req, tctx, cancel_all)) { in io_cancel_defer_files()
|