Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c40 if (epoll_wait(ctx->efd[0], &e, 1, -1) > 0) in waiter_entry1a()
55 if (epoll_wait(ctx->efd[0], &e, 1, 0) > 0) in waiter_entry1ap()
67 if (epoll_wait(ctx->efd[0], &e, 1, -1) > 0) in waiter_entry1o()
82 if (epoll_wait(ctx->efd[0], &e, 1, 0) > 0) in waiter_entry1op()
94 if (epoll_wait(ctx->efd[0], events, 2, -1) > 0) in waiter_entry2a()
109 if (epoll_wait(ctx->efd[0], events, 2, 0) > 0) in waiter_entry2ap()
164 EXPECT_EQ(epoll_wait(efd, &e, 1, 0), 1); in TEST()
165 EXPECT_EQ(epoll_wait(efd, &e, 1, 0), 1); in TEST()
195 EXPECT_EQ(epoll_wait(efd, &e, 1, 0), 1); in TEST()
196 EXPECT_EQ(epoll_wait(efd, &e, 1, 0), 0); in TEST()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Depoll.h123 extern int epoll_wait (int __epfd, struct epoll_event *__events,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Depoll.h123 extern int epoll_wait (int __epfd, struct epoll_event *__events,
/OK3568_Linux_fs/kernel/drivers/staging/fieldbus/Documentation/ABI/
H A Dfieldbus-dev-cdev21 poll(2), select(2), epoll_wait(2) etc.
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dirq.c73 n = epoll_wait(epollfd, in os_waiting_for_events_epoll()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c333 cnt = epoll_wait(ctx->epoll_fd, &ctx->event, 1, -1); in ringbuf_custom_consumer()
495 cnt = epoll_wait(pb->epoll_fd, pb->events, pb->cpu_cnt, -1); in perfbuf_custom_consumer()
/OK3568_Linux_fs/external/recovery/minui/
H A Devents.c154 npolledevents = epoll_wait(epollfd, polledevents, ev_count, timeout); in ev_wait()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dreuseport_dualstack.c108 i = epoll_wait(epfd, &ev, 1, -1); in receive_once()
H A Dreuseport_bpf_numa.c167 i = epoll_wait(epfd, &ev, 1, -1); in receive_on_node()
H A Dreuseport_addr_any.c174 i = epoll_wait(epfd, &ev, 1, 3); in receive_once()
H A Dreuseport_bpf_cpu.c157 i = epoll_wait(epfd, &ev, 1, -1); in receive_on_cpu()
H A Dtcp_fastopen_backup_key.c270 i = epoll_wait(epfd, &ev, 1, -1); in run_one_test()
/OK3568_Linux_fs/kernel/tools/testing/vsock/
H A Dutil.c68 nfds = epoll_wait(epollfd, &ev, 1, TIMEOUT * 1000); in vsock_wait_remote_close()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dringbuf.c284 cnt = epoll_wait(rb->epoll_fd, rb->events, rb->ring_cnt, timeout_ms); in ring_buffer__poll()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c417 nev = epoll_wait(epfd, &ev, 1, expected >= PASS ? 5 : 0); in do_test()
580 nev = epoll_wait(epfd, &ev, 1, 5); in test_detach_bpf()
/OK3568_Linux_fs/kernel/kernel/
H A Dsys_ni.c407 COND_SYSCALL(epoll_wait);
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dfirewire-cdev73 poll(2), select(2), epoll_wait(2) etc.
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-bench.txt226 Suite for evaluating concurrent epoll_wait calls.
/OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/
H A Dpidfd_test.c414 c = epoll_wait(epoll_fd, events, MAX_EVENTS, 5000); in poll_pidfd()
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Depoll-wait.c208 ret = epoll_wait(efd, &ev, 1, to); in workerfn()
/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_time.cpp261 RK_S32 fd_cnt = epoll_wait(impl->epoll_fd, &events, 1, 500); in mpp_timer_thread()
/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Dhciattach_rtk.c1027 nfds = epoll_wait(rtb_cfg.epollfd, events, MAX_EVENTS, msec); in start_transmit_wait()
1212 nfds = epoll_wait(rtb_cfg.epollfd, events, MAX_EVENTS, -1); in h5_download_patch()
/OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/
H A Dsyscall_n32.tbl220 209 n32 epoll_wait sys_epoll_wait
H A Dsyscall_n64.tbl220 209 n64 epoll_wait sys_epoll_wait
/OK3568_Linux_fs/kernel/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl233 221 common epoll_wait sys_epoll_wait

12