Searched refs:ufds (Results 1 – 1 of 1) sorted by relevance
/fs/ |
D | select.c | 960 static int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll() argument 983 if (copy_from_user(walk->entries, ufds + nfds-todo, in do_sys_poll() 1008 for (j = 0; j < walk->len; j++, ufds++) in do_sys_poll() 1009 if (__put_user(fds[j].revents, &ufds->revents)) in do_sys_poll() 1027 struct pollfd __user *ufds = restart_block->poll.ufds; in do_restart_poll() local 1038 ret = do_sys_poll(ufds, nfds, to); in do_restart_poll() 1047 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE3() argument 1059 ret = do_sys_poll(ufds, nfds, to); in SYSCALL_DEFINE3() 1066 restart_block->poll.ufds = ufds; in SYSCALL_DEFINE3() 1081 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5() argument [all …]
|