Home
last modified time | relevance | path

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

/Linux-v4.19/arch/um/os-Linux/
Dirq.c73 n = epoll_wait(epollfd, in os_waiting_for_events_epoll()
/Linux-v4.19/tools/testing/selftests/net/
Dreuseport_dualstack.c108 i = epoll_wait(epfd, &ev, 1, -1); in receive_once()
Dreuseport_bpf_numa.c167 i = epoll_wait(epfd, &ev, 1, -1); in receive_on_node()
Dreuseport_bpf_cpu.c157 i = epoll_wait(epfd, &ev, 1, -1); in receive_on_cpu()
Dreuseport_bpf.c242 i = epoll_wait(epfd, &ev, 1, -1); in test_recv_order()
/Linux-v4.19/kernel/
Dsys_ni.c392 COND_SYSCALL(epoll_wait);
/Linux-v4.19/Documentation/ABI/stable/
Dfirewire-cdev66 poll(2), select(2), epoll_wait(2) etc.
/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h246 SYSCALL_SPU(epoll_wait)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S324 ENTRY_SAME(epoll_wait)
/Linux-v4.19/arch/s390/kernel/
Dcompat_wrapper.c135 COMPAT_SYSCALL_WRAP4(epoll_wait, int, epfd, struct epoll_event __user *, events, int, maxevents, in…
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl243 232 common epoll_wait __x64_sys_epoll_wait
Dsyscall_32.tbl270 256 i386 epoll_wait sys_epoll_wait __ia32_sys_epoll_wait
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl243 232 common epoll_wait __x64_sys_epoll_wait
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_select_reuseport.c378 nev = epoll_wait(epfd, &ev, 1, expected >= PASS ? 5 : 0); in do_test()
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl269 252 common epoll_wait sys_epoll_wait sys_oabi_epoll_wait
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl261 251 common epoll_wait sys_epoll_wait compat_sys_epoll_wait
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl261 251 common epoll_wait sys_epoll_wait compat_sys_epoll_wait
/Linux-v4.19/fs/
Deventpoll.c2205 SYSCALL_DEFINE4(epoll_wait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE4() argument