Home
last modified time | relevance | path

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

/kernel/liteos_m/kal/libc/newlib/porting/include/
Dpoll.h46 #define POLLNVAL 0x020 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
Dpoll.h26 #define POLLNVAL 0x0020 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
Dpoll.h13 #define POLLNVAL 0x0020 macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
Dpoll.h11 #define POLLNVAL 0x0020 macro
/kernel/linux/linux-4.19/include/uapi/asm-generic/
Dpoll.h11 #define POLLNVAL 0x0020 macro
/kernel/linux/linux-5.10/samples/nitro_enclaves/
Dne_ioctl_sample.c237 if (fds[0].revents & POLLNVAL) { in ne_poll_enclave_fd()
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/
Dmptcp_connect.c430 if (fds.revents & (POLLERR | POLLNVAL)) { in copyfd_io_poll()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-trace.c4103 if (evlist__filter_pollfd(evlist, POLLERR | POLLHUP | POLLNVAL) == 0)