Searched refs:do_sys_poll (Results 1 – 2 of 2) sorted by relevance
/fs/ |
D | select.c | 771 int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll() function 849 ret = do_sys_poll(ufds, nfds, to); in do_restart_poll() 870 ret = do_sys_poll(ufds, nfds, to); in SYSCALL_DEFINE3() 921 ret = do_sys_poll(ufds, nfds, to); in SYSCALL_DEFINE5()
|
D | compat.c | 1812 ret = do_sys_poll(ufds, nfds, to); in compat_sys_ppoll()
|