Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dio_uring_types.h486 REQ_F_CLEAR_POLLIN = BIT(REQ_F_CLEAR_POLLIN_BIT), enumerator
/openbmc/linux/io_uring/
H A Dpoll.c729 if (req->flags & REQ_F_CLEAR_POLLIN) in io_arm_poll_handler()
H A Dnet.c633 req->flags |= REQ_F_CLEAR_POLLIN; in io_recvmsg_prep()