Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/
Dsys_ni.c69 COND_SYSCALL(epoll_pwait);
70 COND_SYSCALL_COMPAT(epoll_pwait);
/linux-6.1.9/tools/perf/tests/
Dbpf.c36 epoll_pwait(-(i + 1), NULL, 0, 0, NULL); in epoll_pwait_loop()
/linux-6.1.9/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl283 272 n64 epoll_pwait sys_epoll_pwait
/linux-6.1.9/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-6.1.9/arch/ia64/kernel/syscalls/
Dsyscall.tbl293 281 common epoll_pwait sys_epoll_pwait
/linux-6.1.9/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl292 281 common epoll_pwait sys_epoll_pwait
/linux-6.1.9/arch/xtensa/kernel/syscalls/
Dsyscall.tbl296 274 common epoll_pwait sys_epoll_pwait
/linux-6.1.9/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-6.1.9/fs/
Deventpoll.c2299 SYSCALL_DEFINE6(epoll_pwait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE6() argument
2351 COMPAT_SYSCALL_DEFINE6(epoll_pwait, int, epfd, in COMPAT_SYSCALL_DEFINE6() argument
/linux-6.1.9/arch/m68k/kernel/syscalls/
Dsyscall.tbl325 315 common epoll_pwait sys_epoll_pwait
/linux-6.1.9/arch/parisc/kernel/syscalls/
Dsyscall.tbl336 297 common epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
/linux-6.1.9/arch/sh/kernel/syscalls/
Dsyscall.tbl329 319 common epoll_pwait sys_epoll_pwait
/linux-6.1.9/arch/microblaze/kernel/syscalls/
Dsyscall.tbl329 319 common epoll_pwait sys_epoll_pwait
/linux-6.1.9/arch/arm/tools/
Dsyscall.tbl363 346 common epoll_pwait sys_epoll_pwait
/linux-6.1.9/arch/alpha/kernel/syscalls/
Dsyscall.tbl405 474 common epoll_pwait sys_epoll_pwait
/linux-6.1.9/arch/sparc/kernel/syscalls/
Dsyscall.tbl375 309 common epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
/linux-6.1.9/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl390 303 nospu epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
/linux-6.1.9/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl322 312 common epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
/linux-6.1.9/arch/powerpc/kernel/syscalls/
Dsyscall.tbl390 303 nospu epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
/linux-6.1.9/arch/s390/kernel/syscalls/
Dsyscall.tbl322 312 common epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
/linux-6.1.9/tools/testing/selftests/filesystems/epoll/
Depoll_wakeup_test.c3194 ret = epoll_pwait(ctx->epfd, &e, 1, 2000, &sigmask); in epoll60_wait_thread()