Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Deventpoll.h36 #define EPOLLNVAL (__force __poll_t)0x00000020 macro
/linux-6.15/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-6.15/io_uring/
H A Dpoll.c134 #define IO_POLL_UNMASK (EPOLLERR|EPOLLHUP|EPOLLNVAL|EPOLLRDHUP) in io_init_poll_iocb()
/linux-6.15/sound/core/
H A Dinit.c445 return EPOLLERR | EPOLLNVAL; in snd_disconnect_poll()
/linux-6.15/net/9p/
H A Dtrans_fd.c631 if (n & (EPOLLERR | EPOLLHUP | EPOLLNVAL)) { in p9_poll_mux()
/linux-6.15/drivers/xen/
H A Dpvcalls-front.c1005 return EPOLLNVAL; in pvcalls_front_poll()
/linux-6.15/net/smc/
H A Daf_smc.c2869 return EPOLLNVAL; in smc_poll()