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

/linux-master/io_uring/
H A Dpoll.c43 #define IO_POLL_CANCEL_FLAG BIT(31) macro
102 atomic_or(IO_POLL_CANCEL_FLAG, &req->poll_refs);
278 if (v & IO_POLL_CANCEL_FLAG)

Completed in 199 milliseconds