/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | fdarray.c | 128 FDA_ADD(1, 2, POLLERR, 2); in test__fdarray__add() 146 FDA_CHECK(1, 2, POLLERR); in test__fdarray__add()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | fdarray.c | 128 FDA_ADD(1, 2, POLLERR, 2); in test__fdarray__add() 146 FDA_CHECK(1, 2, POLLERR); in test__fdarray__add()
|
/kernel/liteos_m/kal/posix/src/ |
H A D | poll.c | 108 table->event = tmpFds->events | POLLERR | POLLHUP; in QueryFds() 116 tmpFds->revents = (tmpFds->events | POLLERR | POLLHUP) & (PollEvent)ret; in QueryFds()
|
/kernel/liteos_m/kal/libc/newlib/porting/include/ |
H A D | poll.h | 44 #define POLLERR 0x008 macro
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | poll.h | 9 #define POLLERR 0x0008 macro
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | poll.h | 9 #define POLLERR 0x0008 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | poll.h | 11 #define POLLERR 0x0008 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | poll.h | 24 #define POLLERR 0x0008 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | poll.h | 24 #define POLLERR 0x0008 macro
|
/kernel/liteos_a/fs/vfs/epoll/ |
H A D | fs_epoll.c | 268 epHead->evs[epHead->nodeCount].events = ev->events | POLLERR | POLLHUP; in epoll_ctl() 292 epHead->evs[i].events = ev->events | POLLERR | POLLHUP; in epoll_ctl()
|
/kernel/linux/linux-6.6/tools/testing/vsock/ |
H A D | vsock_perf.c | 203 fds.events = POLLIN | POLLERR | in run_receiver() 209 if (fds.revents & POLLERR) { in run_receiver()
|
/kernel/linux/linux-5.10/tools/testing/selftests/sync/ |
H A D | sync.c | 63 fds.events = POLLIN | POLLERR; in sync_wait()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/ |
H A D | userfaultfd_util.c | 64 if (pollfd[0].revents & POLLERR) { in uffd_handler_thread_fn() 65 pr_info("uffd revents has POLLERR"); in uffd_handler_thread_fn()
|
/kernel/linux/linux-6.6/tools/testing/selftests/sync/ |
H A D | sync.c | 63 fds.events = POLLIN | POLLERR; in sync_wait()
|
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | types.h | 164 #define POLLERR 0x0008 macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | so_txtime.c | 228 struct pollfd pfd = { .fd = fdt, .events = POLLERR }; in recv_errqueue_msgs() 237 if (ret && (pfd.revents & POLLERR)) in recv_errqueue_msgs()
|
H A D | psock_tpacket.c | 233 pfd.events = POLLIN | POLLERR; in walk_v1_v2_rx() 412 pfd.events = POLLOUT | POLLERR; in walk_tx() 594 pfd.events = POLLIN | POLLERR; in walk_v3_rx()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | psock_tpacket.c | 233 pfd.events = POLLIN | POLLERR; in walk_v1_v2_rx() 412 pfd.events = POLLOUT | POLLERR; in walk_tx() 594 pfd.events = POLLIN | POLLERR; in walk_v3_rx()
|
H A D | msg_zerocopy.c | 472 if (do_poll(fd, domain == PF_RDS ? POLLIN : POLLERR)) in do_recv_remaining_completions()
|
/kernel/liteos_a/net/telnet/src/ |
H A D | telnet_loop.c | 368 if ((UINT16)pollFd.revents & (POLLERR | POLLHUP | POLLRDHUP)) { in TelnetClientLoop()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-daemon.c | 1307 sock_pos = fdarray__add(&fda, sock_fd, POLLIN|POLLERR|POLLHUP, 0); in __cmd_start() 1311 file_pos = fdarray__add(&fda, conf_fd, POLLIN|POLLERR|POLLHUP, 0); in __cmd_start() 1315 signal_pos = fdarray__add(&fda, signal_fd, POLLIN|POLLERR|POLLHUP, 0); in __cmd_start()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/ |
H A D | demand_paging_test.c | 154 if (pollfd[0].revents & POLLERR) { in uffd_handler_thread_fn() 155 pr_info("uffd revents has POLLERR"); in uffd_handler_thread_fn()
|
/kernel/linux/linux-5.10/samples/nitro_enclaves/ |
H A D | ne_ioctl_sample.c | 207 fds[0].events = POLLIN | POLLERR | POLLHUP; in ne_poll_enclave_fd()
|
/kernel/linux/linux-6.6/samples/nitro_enclaves/ |
H A D | ne_ioctl_sample.c | 206 fds[0].events = POLLIN | POLLERR | POLLHUP; in ne_poll_enclave_fd()
|
/kernel/liteos_a/net/lwip-2.1/porting/src/ |
H A D | sockets.c | 281 mask |= (sock->errevent != 0) ? (POLLERR) : 0; in poll_check_waiters() 316 mask |= (sock->errevent != 0) ? (POLLERR) : 0; in socks_poll()
|