Home
last modified time | relevance | path

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

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