Home
last modified time | relevance | path

Searched refs:__NR_poll (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
Dunistd_64.h28 #define __NR_poll 7 macro
Dunistd_32.h189 #define __NR_poll 168 macro
Dunistd_x32.h28 #define __NR_poll (__X32_SYSCALL_BIT + 7) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Dunistd_n64.h28 #define __NR_poll (__NR_Linux + 7) macro
Dunistd_n32.h28 #define __NR_poll (__NR_Linux + 7) macro
Dunistd_o32.h209 #define __NR_poll (__NR_Linux + 188) macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/
Dunistd-common.h137 #define __NR_poll (__NR_SYSCALL_BASE + 168) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dunistd32.h349 #define __NR_poll 168 macro
350 __SYSCALL(__NR_poll, sys_poll)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/
Dunistd-common.h150 #define __NR_poll (__NR_SYSCALL_BASE + 168) macro
/kernel/liteos_a/syscall/
Dsyscall_lookup.h89 SYSCALL_HAND_DEF(__NR_poll, SysPoll, int, ARG_NUM_3)
/kernel/linux/linux-5.10/tools/include/nolibc/
Dnolibc.h1638 return my_syscall3(__NR_poll, fds, nfds, timeout); in sys_poll()