Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dpoll.c134 #define IO_POLL_UNMASK (EPOLLERR|EPOLLHUP|EPOLLNVAL|EPOLLRDHUP) in io_init_poll_iocb() macro
136 poll->events = events | IO_POLL_UNMASK; in io_init_poll_iocb()
934 poll->events |= IO_POLL_UNMASK; in io_poll_remove()