Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c5194 #define IO_POLL_RETRY_FLAG BIT(30) macro
5212 v = atomic_fetch_or(IO_POLL_RETRY_FLAG, &req->poll_refs); in io_poll_get_ownership_slowpath()
5343 if (v & IO_POLL_RETRY_FLAG) { in io_poll_check_events()
5350 atomic_andnot(IO_POLL_RETRY_FLAG, &req->poll_refs); in io_poll_check_events()
5351 v &= ~IO_POLL_RETRY_FLAG; in io_poll_check_events()