Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dio_uring.h415 #define IORING_CQE_F_SOCK_NONEMPTY (1U << 2) macro
/linux/io_uring/
H A Dnet.c851 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()
/linux/include/uapi/linux/
H A Dio_uring.h477 #define IORING_CQE_F_SOCK_NONEMPTY (1U << 2) macro