Home
last modified time | relevance | path

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

/linux/include/uapi/asm-generic/
H A Dunistd.h791 #define __NR_epoll_pwait2 441 macro
792 __SC_COMP(__NR_epoll_pwait2, sys_epoll_pwait2, compat_sys_epoll_pwait2)
/linux/tools/include/uapi/asm-generic/
H A Dunistd.h791 #define __NR_epoll_pwait2 441 macro
792 __SC_COMP(__NR_epoll_pwait2, sys_epoll_pwait2, compat_sys_epoll_pwait2)
/linux/tools/testing/selftests/filesystems/epoll/
H A 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()