Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Deventpoll.h36 #define EPOLLNVAL (__force __poll_t)0x00000020 macro
/Linux-v4.19/sound/core/
Dinit.c349 return EPOLLERR | EPOLLNVAL; in snd_disconnect_poll()
/Linux-v4.19/net/9p/
Dtrans_fd.c623 if (n & (EPOLLERR | EPOLLHUP | EPOLLNVAL)) { in p9_poll_mux()
/Linux-v4.19/drivers/xen/
Dpvcalls-front.c954 return EPOLLNVAL; in pvcalls_front_poll()
/Linux-v4.19/fs/
Dselect.c817 mask = EPOLLNVAL; in do_pollfd()
/Linux-v4.19/net/smc/
Daf_smc.c1535 return EPOLLNVAL; in smc_poll()
/Linux-v4.19/kernel/printk/
Dprintk.c934 return EPOLLERR|EPOLLNVAL; in devkmsg_poll()