Searched refs:REQ_F_CANCEL_SEQ (Results 1 - 2 of 2) sorted by relevance

/linux-master/io_uring/
H A Dcancel.h30 if ((req->flags & REQ_F_CANCEL_SEQ) && sequence == req->work.cancel_seq)
33 req->flags |= REQ_F_CANCEL_SEQ;
/linux-master/include/linux/
H A Dio_uring_types.h554 REQ_F_CANCEL_SEQ = IO_REQ_FLAG(REQ_F_CANCEL_SEQ_BIT), enumerator in enum:__anon53

Completed in 121 milliseconds