Lines Matching refs:__user
289 static int poll_select_copy_remaining(struct timespec *end_time, void __user *p, in poll_select_copy_remaining()
547 int core_sys_select(int n, fd_set __user *inp, fd_set __user *outp, in core_sys_select()
548 fd_set __user *exp, struct timespec *end_time) in core_sys_select()
622 SYSCALL_DEFINE5(select, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE5() argument
623 fd_set __user *, exp, struct timeval __user *, tvp) in SYSCALL_DEFINE5() argument
646 static long do_pselect(int n, fd_set __user *inp, fd_set __user *outp, in do_pselect()
647 fd_set __user *exp, struct timespec __user *tsp, in do_pselect()
648 const sigset_t __user *sigmask, size_t sigsetsize) in do_pselect()
700 SYSCALL_DEFINE6(pselect6, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE6() argument
701 fd_set __user *, exp, struct timespec __user *, tsp, in SYSCALL_DEFINE6() argument
702 void __user *, sig) in SYSCALL_DEFINE6() argument
705 sigset_t __user *up = NULL; in SYSCALL_DEFINE6()
709 || __get_user(up, (sigset_t __user * __user *)sig) in SYSCALL_DEFINE6()
711 (size_t __user *)(sig+sizeof(void *)))) in SYSCALL_DEFINE6()
721 fd_set __user *inp, *outp, *exp;
722 struct timeval __user *tvp;
725 SYSCALL_DEFINE1(old_select, struct sel_arg_struct __user *, arg) in SYSCALL_DEFINE1() argument
870 int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll()
937 struct pollfd __user *ufds = restart_block->poll.ufds; in do_restart_poll()
957 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE3() argument
991 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5() argument
992 struct timespec __user *, tsp, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5() argument