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

/linux-master/include/uapi/linux/
H A Deventpoll.h36 #define EPOLLNVAL (__force __poll_t)0x00000020 macro
/linux-master/fs/
H A Dselect.c463 EPOLLNVAL)
465 EPOLLNVAL)
466 #define POLLEX_SET (EPOLLPRI | EPOLLNVAL)
533 mask = EPOLLNVAL;
865 mask = EPOLLNVAL;
/linux-master/sound/core/
H A Dinit.c447 return EPOLLERR | EPOLLNVAL;
/linux-master/io_uring/
H A Dpoll.c174 #define IO_POLL_UNMASK (EPOLLERR|EPOLLHUP|EPOLLNVAL|EPOLLRDHUP)
/linux-master/net/9p/
H A Dtrans_fd.c629 if (n & (EPOLLERR | EPOLLHUP | EPOLLNVAL)) {
/linux-master/drivers/xen/
H A Dpvcalls-front.c997 return EPOLLNVAL;
/linux-master/net/smc/
H A Daf_smc.c2856 return EPOLLNVAL;

Completed in 155 milliseconds