Searched refs:sys_poll (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | sys.h | 832 int sys_poll(struct pollfd *fds, int nfds, int timeout) in sys_poll() function 852 return __sysret(sys_poll(fds, nfds, timeout)); in poll()
|
/kernel/linux/linux-5.10/tools/include/nolibc/ |
H A D | nolibc.h | 1636 int sys_poll(struct pollfd *fds, int nfds, int timeout) in sys_poll() function 2075 int ret = sys_poll(fds, nfds, timeout); in poll()
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | scall-trans-i386.S | 276 PTR sys_poll /* 168 */
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | unistd32.h | 350 __SYSCALL(__NR_poll, sys_poll)
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | unistd32.h | 350 __SYSCALL(__NR_poll, sys_poll)
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | syscalls.h | 1135 asmlinkage long sys_poll(struct pollfd __user *ufds, unsigned int nfds,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | syscalls.h | 1043 asmlinkage long sys_poll(struct pollfd __user *ufds, unsigned int nfds,
|
Completed in 13 milliseconds