Searched refs:epoll_pwait (Results 1 – 24 of 24) sorted by relevance
/linux-6.1.9/kernel/ |
D | sys_ni.c | 69 COND_SYSCALL(epoll_pwait); 70 COND_SYSCALL_COMPAT(epoll_pwait);
|
/linux-6.1.9/tools/perf/tests/ |
D | bpf.c | 36 epoll_pwait(-(i + 1), NULL, 0, 0, NULL); in epoll_pwait_loop()
|
/linux-6.1.9/tools/perf/arch/mips/entry/syscalls/ |
D | syscall_n64.tbl | 283 272 n64 epoll_pwait sys_epoll_pwait
|
/linux-6.1.9/arch/mips/kernel/syscalls/ |
D | syscall_n64.tbl | 283 272 n64 epoll_pwait sys_epoll_pwait
|
D | syscall_n32.tbl | 287 276 n32 epoll_pwait compat_sys_epoll_pwait
|
D | syscall_o32.tbl | 327 313 o32 epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
|
/linux-6.1.9/arch/ia64/kernel/syscalls/ |
D | syscall.tbl | 293 281 common epoll_pwait sys_epoll_pwait
|
/linux-6.1.9/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 292 281 common epoll_pwait sys_epoll_pwait
|
/linux-6.1.9/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 296 274 common epoll_pwait sys_epoll_pwait
|
/linux-6.1.9/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 292 281 common epoll_pwait sys_epoll_pwait
|
D | syscall_32.tbl | 333 319 i386 epoll_pwait sys_epoll_pwait
|
/linux-6.1.9/fs/ |
D | eventpoll.c | 2299 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/ |
D | syscall.tbl | 325 315 common epoll_pwait sys_epoll_pwait
|
/linux-6.1.9/arch/parisc/kernel/syscalls/ |
D | syscall.tbl | 336 297 common epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
|
/linux-6.1.9/arch/sh/kernel/syscalls/ |
D | syscall.tbl | 329 319 common epoll_pwait sys_epoll_pwait
|
/linux-6.1.9/arch/microblaze/kernel/syscalls/ |
D | syscall.tbl | 329 319 common epoll_pwait sys_epoll_pwait
|
/linux-6.1.9/arch/arm/tools/ |
D | syscall.tbl | 363 346 common epoll_pwait sys_epoll_pwait
|
/linux-6.1.9/arch/alpha/kernel/syscalls/ |
D | syscall.tbl | 405 474 common epoll_pwait sys_epoll_pwait
|
/linux-6.1.9/arch/sparc/kernel/syscalls/ |
D | syscall.tbl | 375 309 common epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
|
/linux-6.1.9/tools/perf/arch/powerpc/entry/syscalls/ |
D | syscall.tbl | 390 303 nospu epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
|
/linux-6.1.9/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 322 312 common epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
|
/linux-6.1.9/arch/powerpc/kernel/syscalls/ |
D | syscall.tbl | 390 303 nospu epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
|
/linux-6.1.9/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 322 312 common epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait
|
/linux-6.1.9/tools/testing/selftests/filesystems/epoll/ |
D | epoll_wakeup_test.c | 3194 ret = epoll_pwait(ctx->epfd, &e, 1, 2000, &sigmask); in epoll60_wait_thread()
|