Home
last modified time | relevance | path

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

/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/scripts/
H A Dsyscall.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/fs/
H A Deventpoll.c2501 SYSCALL_DEFINE6(epoll_pwait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE6() argument
2553 COMPAT_SYSCALL_DEFINE6(epoll_pwait, int, epfd, in COMPAT_SYSCALL_DEFINE6() argument
/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/sparc/entry/syscalls/
H A Dsyscall.tbl375 309 common epoll_pwait sys_epoll_pwait compat_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/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()