Home
last modified time | relevance | path

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

/linux/include/uapi/asm-generic/
H A Dpoll.h11 #define POLLNVAL 0x0020 macro
/linux/samples/nitro_enclaves/
H A Dne_ioctl_sample.c236 if (fds[0].revents & POLLNVAL) { in ne_poll_enclave_fd()
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c746 if (fds.revents & (POLLERR | POLLNVAL)) { in copyfd_io_poll()
748 fds.events &= ~(POLLERR | POLLNVAL); in copyfd_io_poll()
/linux/tools/perf/tests/
H A Dbuiltin-test.c431 .events = POLLIN | POLLERR | POLLHUP | POLLNVAL, in finish_test()
/linux/drivers/dma/idxd/
H A Dcdev.c507 return POLLNVAL; in idxd_cdev_poll()
/linux/tools/perf/
H A Dbuiltin-trace.c4600 if (evlist__filter_pollfd(evlist, POLLERR | POLLHUP | POLLNVAL) == 0) in trace__run()