Home
last modified time | relevance | path

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

/Linux-v6.6/tools/include/nolibc/
Dsys.h834 #if defined(__NR_ppoll) in sys_poll()
841 return my_syscall5(__NR_ppoll, fds, nfds, (timeout >= 0) ? &t : NULL, NULL, 0); in sys_poll()
/Linux-v6.6/include/uapi/asm-generic/
Dunistd.h194 #define __NR_ppoll 73 macro
195 __SC_COMP_3264(__NR_ppoll, sys_ppoll_time32, sys_ppoll, compat_sys_ppoll_time32)
/Linux-v6.6/tools/include/uapi/asm-generic/
Dunistd.h194 #define __NR_ppoll 73 macro
195 __SC_COMP_3264(__NR_ppoll, sys_ppoll_time32, sys_ppoll, compat_sys_ppoll_time32)
/Linux-v6.6/arch/arm64/include/asm/
Dunistd32.h685 #define __NR_ppoll 336 macro
686 __SYSCALL(__NR_ppoll, compat_sys_ppoll_time32)