Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c5195 #define IO_POLL_REF_MASK GENMASK(29, 0) macro
5213 if (v & IO_POLL_REF_MASK) in io_poll_get_ownership_slowpath()
5215 return !(atomic_fetch_inc(&req->poll_refs) & IO_POLL_REF_MASK); in io_poll_get_ownership_slowpath()
5228 return !(atomic_fetch_inc(&req->poll_refs) & IO_POLL_REF_MASK); in io_poll_get_ownership()
5332 if (WARN_ON_ONCE(!(v & IO_POLL_REF_MASK))) in io_poll_check_events()
5341 if ((v & IO_POLL_REF_MASK) != 1) in io_poll_check_events()
5384 } while (atomic_sub_return(v & IO_POLL_REF_MASK, &req->poll_refs) & in io_poll_check_events()
5385 IO_POLL_REF_MASK); in io_poll_check_events()