Home
last modified time | relevance | path

Searched refs:__NR__newselect (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dsys.h916 #if defined(__ARCH_WANT_SYS_OLD_SELECT) && !defined(__NR__newselect) in sys_select()
931 #elif defined(__NR__newselect) || defined(__NR_select) in sys_select()
932 #ifndef __NR__newselect in sys_select()
933 #define __NR__newselect __NR_select in sys_select()
935 return my_syscall5(__NR__newselect, nfds, rfds, wfds, efds, timeout); in sys_select()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Dunistd_32.h163 #define __NR__newselect 142 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Dunistd_32.h163 #define __NR__newselect 142 macro
/kernel/linux/linux-5.10/tools/include/nolibc/
H A Dnolibc.h1662 #if defined(__ARCH_WANT_SYS_OLD_SELECT) && !defined(__NR__newselect) in sys_select()
1678 #ifndef __NR__newselect in sys_select()
1679 #define __NR__newselect __NR_select in sys_select()
1681 return my_syscall5(__NR__newselect, nfds, rfds, wfds, efds, timeout); in sys_select()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dunistd32.h297 #define __NR__newselect 142 macro
298 __SYSCALL(__NR__newselect, compat_sys_select)
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dunistd32.h297 #define __NR__newselect 142 macro
298 __SYSCALL(__NR__newselect, compat_sys_select)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/
H A Dunistd-common.h113 #define __NR__newselect (__NR_SYSCALL_BASE + 142) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H A Dunistd_o32.h163 #define __NR__newselect (__NR_Linux + 142) macro
H A Dunistd_n64.h43 #define __NR__newselect (__NR_Linux + 22) macro
H A Dunistd_n32.h43 #define __NR__newselect (__NR_Linux + 22) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm/asm/
H A Dunistd-common.h126 #define __NR__newselect (__NR_SYSCALL_BASE + 142) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/
H A Dunistd-common.h126 #define __NR__newselect (__NR_SYSCALL_BASE + 142) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H A Dunistd_o32.h163 #define __NR__newselect (__NR_Linux + 142) macro
H A Dunistd_n32.h43 #define __NR__newselect (__NR_Linux + 22) macro
H A Dunistd_n64.h43 #define __NR__newselect (__NR_Linux + 22) macro

Completed in 25 milliseconds