Home
last modified time | relevance | path

Searched refs:epoll_wait (Results 1 – 25 of 68) sorted by relevance

123

/openbmc/linux/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c55 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 Dmainloop.c36 nfds = epoll_wait(epfd, events, MAX_EVENTS, timeout); in mainloop()
/openbmc/linux/drivers/staging/fieldbus/Documentation/ABI/
H A Dfieldbus-dev-cdev21 poll(2), select(2), epoll_wait(2) etc.
/openbmc/linux/arch/um/os-Linux/
H A Dirq.c73 n = epoll_wait(epollfd, in os_waiting_for_events_epoll()
/openbmc/qemu/util/
H A Dfdmon-epoll.c75 ret = epoll_wait(ctx->epollfd, events, in fdmon_epoll_wait()
/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c333 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 Dfp-stress.c417 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 Dringbuf.c302 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 Dreuseport_dualstack.c108 i = epoll_wait(epfd, &ev, 1, -1); in receive_once()
H A Dreuseport_bpf_cpu.c157 i = epoll_wait(epfd, &ev, 1, -1); in receive_on_cpu()
H A Dreuseport_addr_any.c174 i = epoll_wait(epfd, &ev, 1, 3); in receive_once()
H A Dreuseport_bpf_numa.c167 i = epoll_wait(epfd, &ev, 1, -1); in receive_on_node()
H A Dtcp_fastopen_backup_key.c268 i = epoll_wait(epfd, &ev, 1, -1); in run_one_test()
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc251 [ 250] = 4, /* epoll_wait */
/openbmc/linux/tools/testing/selftests/connector/
H A Dproc_filter.c219 event_count = epoll_wait(epoll_fd, ev, MAX_EVENTS, -1); in handle_events()
/openbmc/linux/tools/testing/vsock/
H A Dutil.c68 nfds = epoll_wait(epollfd, &ev, 1, TIMEOUT * 1000); in vsock_wait_remote_close()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c408 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 Dsockmap_basic.c401 err = epoll_wait(epollfd, events, MAX_EVENTS, -1); in test_sockmap_skb_verdict_shutdown()
/openbmc/linux/Documentation/ABI/stable/
H A Dfirewire-cdev73 poll(2), select(2), epoll_wait(2) etc.
/openbmc/linux/tools/perf/Documentation/
H A Dperf-bench.txt229 Suite for evaluating concurrent epoll_wait calls.
/openbmc/linux/kernel/
H A Dsys_ni.c322 COND_SYSCALL(epoll_wait);
/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd_test.c415 c = epoll_wait(epoll_fd, events, MAX_EVENTS, 5000); in poll_pidfd()
/openbmc/linux/tools/perf/bench/
H A Depoll-wait.c208 ret = epoll_wait(efd, &ev, 1, to); in workerfn()
/openbmc/openbmc-tools/pwmtachtool/src/
H A DEINTR_wrappers.c125 int Result = epoll_wait(epfd, events, maxevents, timeout); in sigwrap_epoll_wait()
/openbmc/openbmc-tools/adcapp/src/
H A DEINTR_wrappers.c152 int Result = epoll_wait(epfd, events, maxevents, timeout); in sigwrap_epoll_wait()

123