Home
last modified time | relevance | path

Searched refs:REQ_F_POLLED (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/io_uring/
A Dnet.c306 if (!(req->flags & REQ_F_POLLED) && in io_sendmsg()
373 if (!(req->flags & REQ_F_POLLED) && in io_send()
753 if (!(req->flags & REQ_F_POLLED) && in io_recvmsg()
851 if (!(req->flags & REQ_F_POLLED) && in io_recv()
1112 if (!(req->flags & REQ_F_POLLED) && in io_send_zc()
1201 if (!(req->flags & REQ_F_POLLED) && in io_sendmsg_zc()
A Dpoll.c670 if (req->flags & REQ_F_POLLED) { in io_req_alloc_apoll()
729 req->flags |= REQ_F_POLLED; in io_arm_poll_handler()
A Dio_uring.c112 REQ_F_POLLED | REQ_F_INFLIGHT | REQ_F_CREDS | \
1465 if ((req->flags & REQ_F_POLLED) && req->apoll) { in io_free_batch_list()
1472 req->flags &= ~REQ_F_POLLED; in io_free_batch_list()
1859 if ((req->flags & REQ_F_POLLED) && req->apoll) { in io_clean_op()
/linux-6.3-rc2/include/linux/
A Dio_uring_types.h438 REQ_F_POLLED = BIT(REQ_F_POLLED_BIT), enumerator

Completed in 21 milliseconds