Searched refs:IORING_CQE_F_SOCK_NONEMPTY (Results 1 – 3 of 3) sorted by relevance
415 #define IORING_CQE_F_SOCK_NONEMPTY (1U << 2) macro
851 cflags |= IORING_CQE_F_SOCK_NONEMPTY; in io_recv_finish()873 if (cflags & IORING_CQE_F_SOCK_NONEMPTY || kmsg->msg.msg_inq < 0) { in io_recv_finish()1614 cflags |= IORING_CQE_F_SOCK_NONEMPTY; in io_accept()1624 if (cflags & IORING_CQE_F_SOCK_NONEMPTY || arg.is_empty == -1) in io_accept()
477 #define IORING_CQE_F_SOCK_NONEMPTY (1U << 2) macro