Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/io_uring/
H A Dpoll.c42 #define IO_POLL_CANCEL_FLAG BIT(31) macro
101 atomic_or(IO_POLL_CANCEL_FLAG, &req->poll_refs); in io_poll_mark_cancelled()
272 if (v & IO_POLL_CANCEL_FLAG) in io_poll_check_events()
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c5353 #define IO_POLL_CANCEL_FLAG BIT(31) macro
5393 atomic_or(IO_POLL_CANCEL_FLAG, &req->poll_refs); in io_poll_mark_cancelled()
5494 if (v & IO_POLL_CANCEL_FLAG) in io_poll_check_events()

Completed in 15 milliseconds