Searched refs:io_match_task_safe (Results 1 – 2 of 2) sorted by relevance
| /linux/io_uring/ |
| H A D | cancel.c | 362 if (!io_match_task_safe(req, tctx, cancel_all)) in io_cancel_remove_all() 408 bool io_match_task_safe(struct io_kiocb *head, struct io_uring_task *tctx, in io_match_task_safe() function 447 return io_match_task_safe(req, cancel->tctx, cancel->all); in io_cancel_task_cb() 458 if (io_match_task_safe(de->req, tctx, cancel_all)) { in io_cancel_defer_files()
|
| H A D | poll.c | 739 if (io_match_task_safe(req, tctx, cancel_all)) { in io_poll_remove_all()
|