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

/linux-4.1.27/include/linux/
H A Dpoll.h157 extern int do_sys_poll(struct pollfd __user * ufds, unsigned int nfds,
/linux-4.1.27/fs/
H A Dselect.c870 int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, do_sys_poll() function
948 ret = do_sys_poll(ufds, nfds, to); do_restart_poll()
969 ret = do_sys_poll(ufds, nfds, to); SYSCALL_DEFINE3()
1019 ret = do_sys_poll(ufds, nfds, to); SYSCALL_DEFINE5()
H A Dcompat.c1448 ret = do_sys_poll(ufds, nfds, to); COMPAT_SYSCALL_DEFINE5()

Completed in 135 milliseconds