Searched refs:ufds (Results 1 – 2 of 2) sorted by relevance
/fs/ |
D | select.c | 878 int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll() argument 901 if (copy_from_user(walk->entries, ufds + nfds-todo, in do_sys_poll() 926 for (j = 0; j < walk->len; j++, ufds++) in do_sys_poll() 927 if (__put_user(fds[j].revents, &ufds->revents)) in do_sys_poll() 945 struct pollfd __user *ufds = restart_block->poll.ufds; in do_restart_poll() local 956 ret = do_sys_poll(ufds, nfds, to); in do_restart_poll() 965 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE3() argument 977 ret = do_sys_poll(ufds, nfds, to); in SYSCALL_DEFINE3() 984 restart_block->poll.ufds = ufds; in SYSCALL_DEFINE3() 999 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5() argument [all …]
|
D | compat.c | 1418 COMPAT_SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, in COMPAT_SYSCALL_DEFINE5() argument 1448 ret = do_sys_poll(ufds, nfds, to); in COMPAT_SYSCALL_DEFINE5()
|