Searched refs:v (Results 1 – 1 of 1) sorted by relevance
5512 int v; in io_poll_get_ownership_slowpath() local5519 v = atomic_fetch_or(IO_POLL_RETRY_FLAG, &req->poll_refs); in io_poll_get_ownership_slowpath()5520 if (v & IO_POLL_REF_MASK) in io_poll_get_ownership_slowpath()5629 int v; in io_poll_check_events() local5636 v = atomic_read(&req->poll_refs); in io_poll_check_events()5639 if (WARN_ON_ONCE(!(v & IO_POLL_REF_MASK))) in io_poll_check_events()5641 if (v & IO_POLL_CANCEL_FLAG) in io_poll_check_events()5648 if ((v & IO_POLL_REF_MASK) != 1) in io_poll_check_events()5650 if (v & IO_POLL_RETRY_FLAG) { in io_poll_check_events()5658 v &= ~IO_POLL_RETRY_FLAG; in io_poll_check_events()[all …]