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

/linux-master/io_uring/
H A Dnet.c443 if (!(req->flags & REQ_F_POLLED) &&
508 if (!(req->flags & REQ_F_POLLED) &&
847 if (!(req->flags & REQ_F_POLLED) &&
938 if (!(req->flags & REQ_F_POLLED) &&
1196 if (!(req->flags & REQ_F_POLLED) &&
1287 if (!(req->flags & REQ_F_POLLED) &&
H A Dpoll.c693 if (req->flags & REQ_F_POLLED) {
753 req->flags |= REQ_F_POLLED;
H A Dio_uring.c114 REQ_F_POLLED | REQ_F_INFLIGHT | REQ_F_CREDS | \
392 if ((req->flags & REQ_F_POLLED) && req->apoll) {
1548 if ((req->flags & REQ_F_POLLED) && req->apoll) {
1555 req->flags &= ~REQ_F_POLLED;
/linux-master/include/linux/
H A Dio_uring_types.h520 REQ_F_POLLED = IO_REQ_FLAG(REQ_F_POLLED_BIT), enumerator in enum:__anon53

Completed in 411 milliseconds