Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Deventpoll.h36 #define EPOLLNVAL (__force __poll_t)0x00000020 macro
/linux/fs/
H A Dselect.c460 EPOLLNVAL)
462 EPOLLNVAL)
463 #define POLLEX_SET (EPOLLPRI | EPOLLNVAL)
472 return EPOLLNVAL; in select_poll_one()
865 return EPOLLNVAL; in do_pollfd()
/linux/io_uring/
H A Dpoll.c134 #define IO_POLL_UNMASK (EPOLLERR|EPOLLHUP|EPOLLNVAL|EPOLLRDHUP) in io_init_poll_iocb()
/linux/sound/core/
H A Dinit.c445 return EPOLLERR | EPOLLNVAL; in snd_disconnect_poll()
/linux/net/9p/
H A Dtrans_fd.c629 if (n & (EPOLLERR | EPOLLHUP | EPOLLNVAL)) { in p9_poll_mux()
/linux/drivers/xen/
H A Dpvcalls-front.c997 return EPOLLNVAL; in pvcalls_front_poll()
/linux/net/smc/
H A Daf_smc.c2861 return EPOLLNVAL; in smc_poll()