Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dcancel.c37 bool io_cancel_req_match(struct io_kiocb *req, struct io_cancel_data *cd) in io_cancel_req_match() function
73 return io_cancel_req_match(req, cd); in io_cancel_cb()
376 if (!io_cancel_req_match(req, cd)) in io_cancel_remove()
H A Dcancel.h25 bool io_cancel_req_match(struct io_kiocb *req, struct io_cancel_data *cd);
H A Dtimeout.c289 if (io_cancel_req_match(tmp, cd)) { in io_timeout_extract()