Lines Matching refs:v
5512 int v; in io_poll_get_ownership_slowpath() local
5519 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() local
5636 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()
5691 } while (atomic_sub_return(v & IO_POLL_REF_MASK, &req->poll_refs) & in io_poll_check_events()