Home
last modified time | relevance | path

Searched refs:epoll_pwait (Results 1 – 19 of 19) sorted by relevance

/linux/kernel/
H A Dsys_ni.c57 COND_SYSCALL(epoll_pwait);
58 COND_SYSCALL_COMPAT(epoll_pwait);
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl283 272 n64 epoll_pwait sys_epoll_pwait
/linux/scripts/
H A Dsyscall.tbl34 22 common epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
/linux/tools/perf/arch/arm64/entry/syscalls/
H A Dsyscall_64.tbl34 22 common epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
H A Dsyscall_32.tbl361 346 common epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
/linux/arch/arm64/tools/
H A Dsyscall_64.tbl34 22 common epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl266 312 common epoll_pwait sys_epoll_pwait
/linux/tools/scripts/
H A Dsyscall.tbl34 22 common epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
/linux/fs/
H A Deventpoll.c2503 SYSCALL_DEFINE6(epoll_pwait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE6() argument
2555 COMPAT_SYSCALL_DEFINE6(epoll_pwait, int, epfd, in COMPAT_SYSCALL_DEFINE6() argument
/linux/tools/perf/arch/parisc/entry/syscalls/
H A Dsyscall.tbl336 297 common epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl329 319 common epoll_pwait sys_epoll_pwait
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl296 274 common epoll_pwait sys_epoll_pwait
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl293 281 common epoll_pwait sys_epoll_pwait
H A Dsyscall_32.tbl334 319 i386 epoll_pwait sys_epoll_pwait
/linux/tools/perf/arch/alpha/entry/syscalls/
H A Dsyscall.tbl405 474 common epoll_pwait sys_epoll_pwait
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl364 346 common epoll_pwait sys_epoll_pwait
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl375 309 common epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl394 303 nospu epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
/linux/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c3194 ret = epoll_pwait(ctx->epfd, &e, 1, 2000, &sigmask); in epoll60_wait_thread()