Searched refs:__NR_epoll_pwait2 (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/uapi/asm-generic/ |
A D | unistd.h | 862 #define __NR_epoll_pwait2 441 macro 863 __SC_COMP(__NR_epoll_pwait2, sys_epoll_pwait2, compat_sys_epoll_pwait2)
|
/linux-6.3-rc2/tools/include/uapi/asm-generic/ |
A D | unistd.h | 862 #define __NR_epoll_pwait2 441 macro 863 __SC_COMP(__NR_epoll_pwait2, sys_epoll_pwait2, compat_sys_epoll_pwait2)
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | unistd32.h | 892 #define __NR_epoll_pwait2 441 macro 893 __SYSCALL(__NR_epoll_pwait2, compat_sys_epoll_pwait2)
|
/linux-6.3-rc2/tools/testing/selftests/filesystems/epoll/ |
A 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()
|
Completed in 14 milliseconds