Lines Matching refs:ufds
771 int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll() argument
794 if (copy_from_user(walk->entries, ufds + nfds-todo, in do_sys_poll()
819 for (j = 0; j < walk->len; j++, ufds++) in do_sys_poll()
820 if (__put_user(fds[j].revents, &ufds->revents)) in do_sys_poll()
838 struct pollfd __user *ufds = restart_block->poll.ufds; in do_restart_poll() local
849 ret = do_sys_poll(ufds, nfds, to); in do_restart_poll()
858 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE3() argument
870 ret = do_sys_poll(ufds, nfds, to); in SYSCALL_DEFINE3()
877 restart_block->poll.ufds = ufds; in SYSCALL_DEFINE3()
893 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5() argument
921 ret = do_sys_poll(ufds, nfds, to); in SYSCALL_DEFINE5()