Home
last modified time | relevance | path

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

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