Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dio_uring.c113 #define IO_REQ_CLEAN_FLAGS (REQ_F_BUFFER_SELECTED | REQ_F_NEED_CLEANUP | \ macro
118 REQ_F_REISSUE | IO_REQ_CLEAN_FLAGS)
421 req->flags &= ~IO_REQ_CLEAN_FLAGS; in io_clean_op()
1428 if (unlikely(req->flags & IO_REQ_CLEAN_FLAGS)) in io_free_batch_list()