Home
last modified time | relevance | path

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

/linux-6.6.21/tools/include/nolibc/
Dsys.h842 #elif defined(__NR_poll) in sys_poll()
843 return my_syscall3(__NR_poll, fds, nfds, timeout); in sys_poll()
/linux-6.6.21/arch/arm64/include/asm/
Dunistd32.h349 #define __NR_poll 168 macro
350 __SYSCALL(__NR_poll, sys_poll)