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

/linux-master/io_uring/
H A Dio_uring.c113 #define IO_REQ_CLEAN_FLAGS (REQ_F_BUFFER_SELECTED | REQ_F_NEED_CLEANUP | \ macro
118 IO_REQ_CLEAN_FLAGS)
408 req->flags &= ~IO_REQ_CLEAN_FLAGS;
1000 if (unlikely(req->flags & IO_REQ_CLEAN_FLAGS))
1559 if (unlikely(req->flags & IO_REQ_CLEAN_FLAGS))

Completed in 101 milliseconds