Home
last modified time | relevance | path

Searched refs:io_match_task_safe (Results 1 – 2 of 2) sorted by relevance

/linux/io_uring/
H A Dcancel.c368 if (!io_match_task_safe(req, tctx, cancel_all)) in io_cancel_remove_all()
414 bool io_match_task_safe(struct io_kiocb *head, struct io_uring_task *tctx, in io_match_task_safe() function
453 return io_match_task_safe(req, cancel->tctx, cancel->all); in io_cancel_task_cb()
464 if (io_match_task_safe(de->req, tctx, cancel_all)) { in io_cancel_defer_files()
H A Dpoll.c748 if (io_match_task_safe(req, tctx, cancel_all)) { in io_poll_remove_all()