Home
last modified time | relevance | path

Searched refs:__NR_epoll_pwait2 (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/tools/include/uapi/asm-generic/
Dunistd.h795 #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/
Dunistd.h795 #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/
Dunistd32.h892 #define __NR_epoll_pwait2 441 macro
893 __SYSCALL(__NR_epoll_pwait2, compat_sys_epoll_pwait2)
/linux-6.6.21/tools/testing/selftests/filesystems/epoll/
Depoll_wakeup_test.c26 #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()