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

/linux-master/io_uring/
H A Dpoll.c44 #define IO_POLL_RETRY_FLAG BIT(30) macro
81 v = atomic_fetch_or(IO_POLL_RETRY_FLAG, &req->poll_refs);
288 if (v & IO_POLL_RETRY_FLAG) {
295 atomic_andnot(IO_POLL_RETRY_FLAG, &req->poll_refs);
296 v &= ~IO_POLL_RETRY_FLAG;

Completed in 126 milliseconds