Home
last modified time | relevance | path

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

/linux-6.1.9/io_uring/
Dio_uring.c129 IO_EVENTFD_OP_SIGNAL_BIT, enumerator
497 if (ops & BIT(IO_EVENTFD_OP_SIGNAL_BIT)) in io_eventfd_ops()
537 if (!atomic_fetch_or(BIT(IO_EVENTFD_OP_SIGNAL_BIT), &ev_fd->ops)) in io_eventfd_signal()