Searched refs:v (Results 1 – 1 of 1) sorted by relevance
5375 int v; in io_poll_get_ownership_slowpath() local5382 v = atomic_fetch_or(IO_POLL_RETRY_FLAG, &req->poll_refs); in io_poll_get_ownership_slowpath()5383 if (v & IO_POLL_REF_MASK) in io_poll_get_ownership_slowpath()5492 int v; in io_poll_check_events() local5499 v = atomic_read(&req->poll_refs); in io_poll_check_events()5502 if (WARN_ON_ONCE(!(v & IO_POLL_REF_MASK))) in io_poll_check_events()5504 if (v & IO_POLL_CANCEL_FLAG) in io_poll_check_events()5511 if ((v & IO_POLL_REF_MASK) != 1) in io_poll_check_events()5513 if (v & IO_POLL_RETRY_FLAG) { in io_poll_check_events()5521 v &= ~IO_POLL_RETRY_FLAG; in io_poll_check_events()[all …]