Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dio_uring.c112 #define IO_REQ_CLEAN_FLAGS (REQ_F_BUFFER_SELECTED | REQ_F_NEED_CLEANUP | \ macro
117 IO_REQ_CLEAN_FLAGS)
401 req->flags &= ~IO_REQ_CLEAN_FLAGS; in io_clean_op()
1019 if (unlikely(req->flags & IO_REQ_CLEAN_FLAGS)) in __io_req_complete_post()
1538 if (unlikely(req->flags & IO_REQ_CLEAN_FLAGS)) in io_free_batch_list()