Searched refs:IORING_CQE_F_MORE (Results 1 – 2 of 2) sorted by relevance
200 #define IORING_CQE_F_MORE (1U << 1) macro
5330 unsigned flags = IORING_CQE_F_MORE; in __io_poll_complete()5345 if (flags & IORING_CQE_F_MORE) in __io_poll_complete()5348 return !(flags & IORING_CQE_F_MORE); in __io_poll_complete()