Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/include/asm/
Dunistd32.h349 #define __NR_poll 168 macro
350 __SYSCALL(__NR_poll, sys_poll)
/Linux-v5.10/tools/include/nolibc/
Dnolibc.h1627 return my_syscall3(__NR_poll, fds, nfds, timeout); in sys_poll()