Searched refs:sys_poll (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/include/nolibc/
H A Dsys.h843 int sys_poll(struct pollfd *fds, int nfds, int timeout) function
863 return __sysret(sys_poll(fds, nfds, timeout));
/linux-master/arch/arm64/include/asm/
H A Dunistd32.h350 __SYSCALL(__NR_poll, sys_poll)
/linux-master/include/linux/
H A Dsyscalls.h1066 asmlinkage long sys_poll(struct pollfd __user *ufds, unsigned int nfds,

Completed in 601 milliseconds