Searched refs:io_match_task_safe (Results 1 - 5 of 5) sorted by relevance

/linux-master/io_uring/
H A Dfutex.c160 if (!io_match_task_safe(req, task, cancel_all))
H A Dwaitid.c197 if (!io_match_task_safe(req, task, cancel_all))
H A Dio_uring.h110 bool io_match_task_safe(struct io_kiocb *head, struct task_struct *task,
H A Dpoll.c780 if (io_match_task_safe(req, tsk, cancel_all)) {
H A Dio_uring.c209 bool io_match_task_safe(struct io_kiocb *head, struct task_struct *task, function
3190 return io_match_task_safe(req, cancel->task, cancel->all);
3202 if (io_match_task_safe(de->req, task, cancel_all)) {

Completed in 219 milliseconds