Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c5193 #define IO_POLL_CANCEL_FLAG BIT(31) macro
5233 atomic_or(IO_POLL_CANCEL_FLAG, &req->poll_refs); in io_poll_mark_cancelled()
5334 if (v & IO_POLL_CANCEL_FLAG) in io_poll_check_events()