Home
last modified time | relevance | path

Searched refs:REQ_F_POLLED (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/io_uring/
H A Dnet.c424 if (!(req->flags & REQ_F_POLLED) && in io_sendmsg()
493 if (!(req->flags & REQ_F_POLLED) && in io_send()
836 if (!(req->flags & REQ_F_POLLED) && in io_recvmsg()
934 if (!(req->flags & REQ_F_POLLED) && in io_recv()
1194 if (!(req->flags & REQ_F_POLLED) && in io_send_zc()
1284 if (!(req->flags & REQ_F_POLLED) && in io_sendmsg_zc()
H A Dpoll.c677 if (req->flags & REQ_F_POLLED) { in io_req_alloc_apoll()
737 req->flags |= REQ_F_POLLED; in io_arm_poll_handler()
H A Dio_uring.c113 REQ_F_POLLED | REQ_F_INFLIGHT | REQ_F_CREDS | \
385 if ((req->flags & REQ_F_POLLED) && req->apoll) { in io_clean_op()
1502 if ((req->flags & REQ_F_POLLED) && req->apoll) {
1509 req->flags &= ~REQ_F_POLLED;
/kernel/linux/linux-6.6/include/linux/
H A Dio_uring_types.h457 REQ_F_POLLED = BIT(REQ_F_POLLED_BIT), enumerator
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c110 REQ_F_POLLED | REQ_F_INFLIGHT | REQ_F_CREDS)
782 REQ_F_POLLED = BIT(REQ_F_POLLED_BIT), enumerator
5828 if (req->flags & REQ_F_POLLED) { in io_arm_poll_handler()
5843 req->flags |= REQ_F_POLLED; in io_arm_poll_handler()
6729 if ((req->flags & REQ_F_POLLED) && req->apoll) { in io_clean_op()

Completed in 23 milliseconds