Home
last modified time | relevance | path

Searched refs:__NR_pselect6 (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/sh/include/uapi/asm/
Dunistd_64.h360 #define __NR_pselect6 336 macro
/Linux-v5.4/include/uapi/asm-generic/
Dunistd.h228 #define __NR_pselect6 72 macro
229 __SC_COMP_3264(__NR_pselect6, sys_pselect6_time32, sys_pselect6, compat_sys_pselect6_time32)
/Linux-v5.4/tools/include/uapi/asm-generic/
Dunistd.h228 #define __NR_pselect6 72 macro
229 __SC_COMP_3264(__NR_pselect6, sys_pselect6_time32, sys_pselect6, compat_sys_pselect6_time32)
/Linux-v5.4/arch/arm64/include/asm/
Dunistd32.h683 #define __NR_pselect6 335 macro
684 __SYSCALL(__NR_pselect6, compat_sys_pselect6_time32)
/Linux-v5.4/tools/include/nolibc/
Dnolibc.h1658 #elif defined(__ARCH_WANT_SYS_PSELECT6) && defined(__NR_pselect6) in sys_select()
1665 return my_syscall6(__NR_pselect6, nfds, rfds, wfds, efds, timeout ? &t : NULL, NULL); in sys_select()