Searched refs:__NR_poll (Results 1 – 11 of 11) sorted by relevance
28 #define __NR_poll 7 macro
189 #define __NR_poll 168 macro
28 #define __NR_poll (__X32_SYSCALL_BIT + 7) macro
28 #define __NR_poll (__NR_Linux + 7) macro
209 #define __NR_poll (__NR_Linux + 188) macro
137 #define __NR_poll (__NR_SYSCALL_BASE + 168) macro
349 #define __NR_poll 168 macro350 __SYSCALL(__NR_poll, sys_poll)
150 #define __NR_poll (__NR_SYSCALL_BASE + 168) macro
89 SYSCALL_HAND_DEF(__NR_poll, SysPoll, int, ARG_NUM_3)
1638 return my_syscall3(__NR_poll, fds, nfds, timeout); in sys_poll()