Searched refs:REQ_F_POLL_NO_LAZY (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dio_uring_types.h552 REQ_F_POLL_NO_LAZY = IO_REQ_FLAG(REQ_F_POLL_NO_LAZY_BIT), enumerator in enum:__anon53
/linux-master/io_uring/
H A Dpoll.c242 if (!(req->flags & REQ_F_POLL_NO_LAZY))
620 req->flags |= REQ_F_POLL_NO_LAZY;

Completed in 187 milliseconds