Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dcancel.c356 if (!io_match_task_safe(req, tctx, cancel_all)) in io_cancel_remove_all()
H A Dio_uring.h121 bool io_match_task_safe(struct io_kiocb *head, struct io_uring_task *tctx,
H A Dpoll.c733 if (io_match_task_safe(req, tctx, cancel_all)) { in io_poll_remove_all()
H A Dio_uring.c207 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()