Searched refs:__NR_epoll_pwait2 (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/tools/include/uapi/asm-generic/ |
D | unistd.h | 795 #define __NR_epoll_pwait2 441 macro 796 __SC_COMP(__NR_epoll_pwait2, sys_epoll_pwait2, compat_sys_epoll_pwait2)
|
/linux-6.6.21/include/uapi/asm-generic/ |
D | unistd.h | 795 #define __NR_epoll_pwait2 441 macro 796 __SC_COMP(__NR_epoll_pwait2, sys_epoll_pwait2, compat_sys_epoll_pwait2)
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | unistd32.h | 892 #define __NR_epoll_pwait2 441 macro 893 __SYSCALL(__NR_epoll_pwait2, compat_sys_epoll_pwait2)
|
/linux-6.6.21/tools/testing/selftests/filesystems/epoll/ |
D | epoll_wakeup_test.c | 26 #ifndef __NR_epoll_pwait2 27 #define __NR_epoll_pwait2 -1 macro 35 return syscall(__NR_epoll_pwait2, fd, events, maxevents, timeout, in sys_epoll_pwait2()
|