Home
last modified time | relevance | path

Searched refs:POLLNVAL (Results 1 – 7 of 7) 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/arch/powerpc/platforms/pseries/
H A Dpapr-hvpipe.c423 return POLLNVAL; in papr_hvpipe_handle_poll()
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c744 if (fds.revents & (POLLERR | POLLNVAL)) { in copyfd_io_poll()
746 fds.events &= ~(POLLERR | POLLNVAL); in copyfd_io_poll()
/linux/tools/perf/tests/
H A Dbuiltin-test.c436 .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()