Home
last modified time | relevance | path

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

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