Searched refs:IORING_CQE_F_MORE (Results 1 – 3 of 3) sorted by relevance
166 if (cqe->flags & IORING_CQE_F_MORE) in do_tx()175 if (cqe->flags & IORING_CQE_F_MORE) { in do_tx()194 if (cqe->flags & IORING_CQE_F_MORE) in do_tx()
414 #define IORING_CQE_F_MORE (1U << 1) macro
251 } else if (!(cqe->flags & IORING_CQE_F_MORE)) { in process_recvzc()
Completed in 30 milliseconds