Home
last modified time | relevance | path

Searched refs:ufds (Results 1 – 2 of 2) sorted by relevance

/fs/
Dselect.c771 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
[all …]
Dcompat.c1782 asmlinkage long compat_sys_ppoll(struct pollfd __user *ufds, in compat_sys_ppoll() argument
1812 ret = do_sys_poll(ufds, nfds, to); in compat_sys_ppoll()