Searched refs:io_cancel_req_match (Results 1 - 4 of 4) sorted by relevance

/linux-master/io_uring/
H A Dcancel.h26 bool io_cancel_req_match(struct io_kiocb *req, struct io_cancel_data *cd);
H A Dcancel.c37 bool io_cancel_req_match(struct io_kiocb *req, struct io_cancel_data *cd) function
73 return io_cancel_req_match(req, cd);
H A Dtimeout.c271 if (io_cancel_req_match(tmp, cd)) {
H A Dpoll.c849 if (io_cancel_req_match(req, cd)) {

Completed in 112 milliseconds