Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/asm-generic/
Dpoll.h11 #define POLLNVAL 0x0020 macro
/linux-6.12.1/tools/include/nolibc/
Dtypes.h165 #define POLLNVAL 0x0020 macro
/linux-6.12.1/samples/nitro_enclaves/
Dne_ioctl_sample.c236 if (fds[0].revents & POLLNVAL) { in ne_poll_enclave_fd()
/linux-6.12.1/tools/perf/tests/
Dbuiltin-test.c308 .events = POLLIN | POLLERR | POLLHUP | POLLNVAL, in finish_test()
/linux-6.12.1/tools/testing/selftests/net/mptcp/
Dmptcp_connect.c723 if (fds.revents & (POLLERR | POLLNVAL)) { in copyfd_io_poll()
/linux-6.12.1/tools/perf/
Dbuiltin-trace.c4435 if (evlist__filter_pollfd(evlist, POLLERR | POLLHUP | POLLNVAL) == 0)