Searched refs:ufds (Results 1 – 1 of 1) sorted by relevance
/fs/ |
D | select.c | 963 static int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll() argument 986 if (copy_from_user(walk->entries, ufds + nfds-todo, in do_sys_poll() 1011 for (j = 0; j < walk->len; j++, ufds++) in do_sys_poll() 1012 if (__put_user(fds[j].revents, &ufds->revents)) in do_sys_poll() 1030 struct pollfd __user *ufds = restart_block->poll.ufds; in do_restart_poll() local 1041 ret = do_sys_poll(ufds, nfds, to); in do_restart_poll() 1049 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE3() argument 1061 ret = do_sys_poll(ufds, nfds, to); in SYSCALL_DEFINE3() 1067 restart_block->poll.ufds = ufds; in SYSCALL_DEFINE3() 1082 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5() argument [all …]
|