Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/asm-generic/
Dunistd.h230 #define __NR_ppoll 73 macro
231 __SC_COMP_3264(__NR_ppoll, sys_ppoll_time32, sys_ppoll, compat_sys_ppoll_time32)
/Linux-v5.15/tools/include/uapi/asm-generic/
Dunistd.h230 #define __NR_ppoll 73 macro
231 __SC_COMP_3264(__NR_ppoll, sys_ppoll_time32, sys_ppoll, compat_sys_ppoll_time32)
/Linux-v5.15/tools/include/nolibc/
Dnolibc.h1646 #if defined(__NR_ppoll) in sys_poll()
1653 return my_syscall4(__NR_ppoll, fds, nfds, (timeout >= 0) ? &t : NULL, NULL); in sys_poll()
1657 #error Neither __NR_ppoll nor __NR_poll defined, cannot implement sys_poll() in sys_poll()
/Linux-v5.15/arch/arm64/include/asm/
Dunistd32.h685 #define __NR_ppoll 336 macro
686 __SYSCALL(__NR_ppoll, compat_sys_ppoll_time32)