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

/linux-master/include/uapi/asm-generic/
H A Dpoll.h11 #define POLLNVAL 0x0020 macro
/linux-master/tools/include/nolibc/
H A Dtypes.h165 #define POLLNVAL 0x0020 macro
/linux-master/tools/perf/tests/
H A Dbuiltin-test.c309 .events = POLLIN | POLLERR | POLLHUP | POLLNVAL,
312 .events = POLLIN | POLLERR | POLLHUP | POLLNVAL,
/linux-master/samples/nitro_enclaves/
H A Dne_ioctl_sample.c236 if (fds[0].revents & POLLNVAL) {
237 printf("Received POLLNVAL\n");
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c723 if (fds.revents & (POLLERR | POLLNVAL)) {
727 "POLLERR/POLLNVAL(%x)\n", fds.revents);
/linux-master/tools/perf/
H A Dbuiltin-trace.c4032 if (evlist__filter_pollfd(evlist, POLLERR | POLLHUP | POLLNVAL) == 0)

Completed in 230 milliseconds