Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dwaitid.c21 #define IO_WAITID_CANCEL_FLAG BIT(31) macro
140 atomic_or(IO_WAITID_CANCEL_FLAG, &iw->refs); in __io_waitid_cancel()
205 if (!(atomic_read(&iw->refs) & IO_WAITID_CANCEL_FLAG)) { in io_waitid_cb()