Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Deventpoll.h36 #define EPOLLNVAL (__force __poll_t)0x00000020 macro
/Linux-v5.4/sound/core/
Dinit.c328 return EPOLLERR | EPOLLNVAL; in snd_disconnect_poll()
/Linux-v5.4/net/9p/
Dtrans_fd.c620 if (n & (EPOLLERR | EPOLLHUP | EPOLLNVAL)) { in p9_poll_mux()
/Linux-v5.4/fs/
Dselect.c851 mask = EPOLLNVAL; in do_pollfd()
/Linux-v5.4/drivers/xen/
Dpvcalls-front.c987 return EPOLLNVAL; in pvcalls_front_poll()
/Linux-v5.4/net/smc/
Daf_smc.c1605 return EPOLLNVAL; in smc_poll()
/Linux-v5.4/kernel/printk/
Dprintk.c978 return EPOLLERR|EPOLLNVAL; in devkmsg_poll()