Home
last modified time | relevance | path

Searched refs:POLLNVAL (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/uapi/asm-generic/
Dpoll.h10 #define POLLNVAL 0x0020 macro
/linux-4.4.14/sound/core/
Dinit.c347 return POLLERR | POLLNVAL; in snd_disconnect_poll()
/linux-4.4.14/fs/
Dselect.c761 mask = POLLNVAL; in do_pollfd()
/linux-4.4.14/net/9p/
Dtrans_fd.c622 if (n < 0 || n & (POLLERR | POLLHUP | POLLNVAL)) { in p9_poll_mux()
/linux-4.4.14/kernel/printk/
Dprintk.c775 return POLLERR|POLLNVAL; in devkmsg_poll()