Home
last modified time | relevance | path

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

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