Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.h82 bool io_match_task_safe(struct io_kiocb *head, struct task_struct *task,
Dpoll.c774 if (io_match_task_safe(req, tsk, cancel_all)) { in io_poll_remove_all_table()
Dio_uring.c200 bool io_match_task_safe(struct io_kiocb *head, struct task_struct *task, in io_match_task_safe() function
2885 return io_match_task_safe(req, cancel->task, cancel->all); in io_cancel_task_cb()
2897 if (io_match_task_safe(de->req, task, cancel_all)) { in io_cancel_defer_files()