/openbmc/linux/tools/testing/selftests/filesystems/epoll/ |
H A D | epoll_wakeup_test.c | 55 if (epoll_wait(ctx->efd[0], &e, 1, -1) > 0) in waiter_entry1a() 70 if (epoll_wait(ctx->efd[0], &e, 1, 0) > 0) in waiter_entry1ap() 82 if (epoll_wait(ctx->efd[0], &e, 1, -1) > 0) in waiter_entry1o() 97 if (epoll_wait(ctx->efd[0], &e, 1, 0) > 0) in waiter_entry1op() 109 if (epoll_wait(ctx->efd[0], events, 2, -1) > 0) in waiter_entry2a() 124 if (epoll_wait(ctx->efd[0], events, 2, 0) > 0) in waiter_entry2ap() 179 EXPECT_EQ(epoll_wait(efd, &e, 1, 0), 1); in TEST() 180 EXPECT_EQ(epoll_wait(efd, &e, 1, 0), 1); in TEST() 210 EXPECT_EQ(epoll_wait(efd, &e, 1, 0), 1); in TEST() 211 EXPECT_EQ(epoll_wait(efd, &e, 1, 0), 0); in TEST() [all …]
|
/openbmc/linux/tools/thermal/lib/ |
H A D | mainloop.c | 36 nfds = epoll_wait(epfd, events, MAX_EVENTS, timeout); in mainloop()
|
/openbmc/linux/drivers/staging/fieldbus/Documentation/ABI/ |
H A D | fieldbus-dev-cdev | 21 poll(2), select(2), epoll_wait(2) etc.
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | irq.c | 73 n = epoll_wait(epollfd, in os_waiting_for_events_epoll()
|
/openbmc/qemu/util/ |
H A D | fdmon-epoll.c | 75 ret = epoll_wait(ctx->epollfd, events, in fdmon_epoll_wait()
|
/openbmc/linux/tools/testing/selftests/bpf/benchs/ |
H A D | bench_ringbufs.c | 333 cnt = epoll_wait(ctx->epoll_fd, &ctx->event, 1, -1); in ringbuf_custom_consumer() 491 cnt = epoll_wait(pb->epoll_fd, pb->events, pb->cpu_cnt, -1); in perfbuf_custom_consumer()
|
/openbmc/linux/tools/testing/selftests/arm64/fp/ |
H A D | fp-stress.c | 417 ret = epoll_wait(epoll_fd, evs, tests, 0); in drain_output() 579 ret = epoll_wait(epoll_fd, evs, tests, 1000); in main()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | ringbuf.c | 302 cnt = epoll_wait(rb->epoll_fd, rb->events, rb->ring_cnt, timeout_ms); in ring_buffer__poll() 570 cnt = epoll_wait(rb->epoll_fd, &rb->event, 1, ms_remaining); in user_ring_buffer__reserve_blocking()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | reuseport_dualstack.c | 108 i = epoll_wait(epfd, &ev, 1, -1); in receive_once()
|
H A D | reuseport_bpf_cpu.c | 157 i = epoll_wait(epfd, &ev, 1, -1); in receive_on_cpu()
|
H A D | reuseport_addr_any.c | 174 i = epoll_wait(epfd, &ev, 1, 3); in receive_once()
|
H A D | reuseport_bpf_numa.c | 167 i = epoll_wait(epfd, &ev, 1, -1); in receive_on_node()
|
H A D | tcp_fastopen_backup_key.c | 268 i = epoll_wait(epfd, &ev, 1, -1); in run_one_test()
|
/openbmc/qemu/linux-user/mips/ |
H A D | syscall-args-o32.c.inc | 251 [ 250] = 4, /* epoll_wait */
|
/openbmc/linux/tools/testing/selftests/connector/ |
H A D | proc_filter.c | 219 event_count = epoll_wait(epoll_fd, ev, MAX_EVENTS, -1); in handle_events()
|
/openbmc/linux/tools/testing/vsock/ |
H A D | util.c | 68 nfds = epoll_wait(epollfd, &ev, 1, TIMEOUT * 1000); in vsock_wait_remote_close()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | select_reuseport.c | 408 nev = epoll_wait(epfd, &ev, 1, expected >= PASS ? 5 : 0); in do_test() 571 nev = epoll_wait(epfd, &ev, 1, 5); in test_detach_bpf()
|
H A D | sockmap_basic.c | 401 err = epoll_wait(epollfd, events, MAX_EVENTS, -1); in test_sockmap_skb_verdict_shutdown()
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | firewire-cdev | 73 poll(2), select(2), epoll_wait(2) etc.
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-bench.txt | 229 Suite for evaluating concurrent epoll_wait calls.
|
/openbmc/linux/kernel/ |
H A D | sys_ni.c | 322 COND_SYSCALL(epoll_wait);
|
/openbmc/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd_test.c | 415 c = epoll_wait(epoll_fd, events, MAX_EVENTS, 5000); in poll_pidfd()
|
/openbmc/linux/tools/perf/bench/ |
H A D | epoll-wait.c | 208 ret = epoll_wait(efd, &ev, 1, to); in workerfn()
|
/openbmc/openbmc-tools/pwmtachtool/src/ |
H A D | EINTR_wrappers.c | 125 int Result = epoll_wait(epfd, events, maxevents, timeout); in sigwrap_epoll_wait()
|
/openbmc/openbmc-tools/adcapp/src/ |
H A D | EINTR_wrappers.c | 152 int Result = epoll_wait(epfd, events, maxevents, timeout); in sigwrap_epoll_wait()
|