Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/
Dsys_ni.c69 COND_SYSCALL(epoll_pwait);
70 COND_SYSCALL_COMPAT(epoll_pwait);
/Linux-v5.15/tools/perf/tests/
Dbpf.c36 epoll_pwait(-(i + 1), NULL, 0, 0, NULL); in epoll_pwait_loop()
/Linux-v5.15/arch/mips/kernel/syscalls/
Dsyscall_n64.tbl283 272 n64 epoll_pwait sys_epoll_pwait
Dsyscall_n32.tbl287 276 n32 epoll_pwait compat_sys_epoll_pwait
Dsyscall_o32.tbl327 313 o32 epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
/Linux-v5.15/arch/ia64/kernel/syscalls/
Dsyscall.tbl293 281 common epoll_pwait sys_epoll_pwait
/Linux-v5.15/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl283 272 n64 epoll_pwait sys_epoll_pwait
/Linux-v5.15/arch/xtensa/kernel/syscalls/
Dsyscall.tbl296 274 common epoll_pwait sys_epoll_pwait
/Linux-v5.15/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl292 281 common epoll_pwait sys_epoll_pwait
/Linux-v5.15/arch/x86/entry/syscalls/
Dsyscall_64.tbl292 281 common epoll_pwait sys_epoll_pwait
Dsyscall_32.tbl333 319 i386 epoll_pwait sys_epoll_pwait
/Linux-v5.15/fs/
Deventpoll.c2268 SYSCALL_DEFINE6(epoll_pwait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE6() argument
2320 COMPAT_SYSCALL_DEFINE6(epoll_pwait, int, epfd, in COMPAT_SYSCALL_DEFINE6() argument
/Linux-v5.15/arch/arm/tools/
Dsyscall.tbl363 346 common epoll_pwait sys_epoll_pwait
/Linux-v5.15/arch/parisc/kernel/syscalls/
Dsyscall.tbl336 297 common epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
/Linux-v5.15/arch/m68k/kernel/syscalls/
Dsyscall.tbl325 315 common epoll_pwait sys_epoll_pwait
/Linux-v5.15/arch/microblaze/kernel/syscalls/
Dsyscall.tbl329 319 common epoll_pwait sys_epoll_pwait
/Linux-v5.15/arch/sh/kernel/syscalls/
Dsyscall.tbl329 319 common epoll_pwait sys_epoll_pwait
/Linux-v5.15/arch/sparc/kernel/syscalls/
Dsyscall.tbl375 309 common epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
/Linux-v5.15/arch/alpha/kernel/syscalls/
Dsyscall.tbl405 474 common epoll_pwait sys_epoll_pwait
/Linux-v5.15/arch/powerpc/kernel/syscalls/
Dsyscall.tbl386 303 nospu epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
/Linux-v5.15/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl386 303 nospu epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
/Linux-v5.15/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl322 312 common epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
/Linux-v5.15/arch/s390/kernel/syscalls/
Dsyscall.tbl322 312 common epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
/Linux-v5.15/tools/testing/selftests/filesystems/epoll/
Depoll_wakeup_test.c3194 ret = epoll_pwait(ctx->epfd, &e, 1, 2000, &sigmask); in epoll60_wait_thread()