Searched refs:epoll_wait (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/arch/um/os-Linux/ |
D | irq.c | 73 n = epoll_wait(epollfd, in os_waiting_for_events_epoll()
|
/Linux-v4.19/tools/testing/selftests/net/ |
D | reuseport_dualstack.c | 108 i = epoll_wait(epfd, &ev, 1, -1); in receive_once()
|
D | reuseport_bpf_numa.c | 167 i = epoll_wait(epfd, &ev, 1, -1); in receive_on_node()
|
D | reuseport_bpf_cpu.c | 157 i = epoll_wait(epfd, &ev, 1, -1); in receive_on_cpu()
|
D | reuseport_bpf.c | 242 i = epoll_wait(epfd, &ev, 1, -1); in test_recv_order()
|
/Linux-v4.19/kernel/ |
D | sys_ni.c | 392 COND_SYSCALL(epoll_wait);
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | firewire-cdev | 66 poll(2), select(2), epoll_wait(2) etc.
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | systbl.h | 246 SYSCALL_SPU(epoll_wait)
|
/Linux-v4.19/arch/parisc/kernel/ |
D | syscall_table.S | 324 ENTRY_SAME(epoll_wait)
|
/Linux-v4.19/arch/s390/kernel/ |
D | compat_wrapper.c | 135 COMPAT_SYSCALL_WRAP4(epoll_wait, int, epfd, struct epoll_event __user *, events, int, maxevents, in…
|
/Linux-v4.19/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 243 232 common epoll_wait __x64_sys_epoll_wait
|
D | syscall_32.tbl | 270 256 i386 epoll_wait sys_epoll_wait __ia32_sys_epoll_wait
|
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 243 232 common epoll_wait __x64_sys_epoll_wait
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_select_reuseport.c | 378 nev = epoll_wait(epfd, &ev, 1, expected >= PASS ? 5 : 0); in do_test()
|
/Linux-v4.19/arch/arm/tools/ |
D | syscall.tbl | 269 252 common epoll_wait sys_epoll_wait sys_oabi_epoll_wait
|
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 261 251 common epoll_wait sys_epoll_wait compat_sys_epoll_wait
|
/Linux-v4.19/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 261 251 common epoll_wait sys_epoll_wait compat_sys_epoll_wait
|
/Linux-v4.19/fs/ |
D | eventpoll.c | 2205 SYSCALL_DEFINE4(epoll_wait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE4() argument
|