Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dcancel.c356 if (!io_match_task_safe(req, tctx, cancel_all)) in io_cancel_remove_all()
H A Dio_uring.h120 bool io_match_task_safe(struct io_kiocb *head, struct io_uring_task *tctx,
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
3076 return io_match_task_safe(req, cancel->tctx, cancel->all); in io_cancel_task_cb()
3087 if (io_match_task_safe(de->req, tctx, cancel_all)) { in io_cancel_defer_files()