• Home
  • Raw
  • Download

Lines Matching refs:__user

290 static int poll_select_copy_remaining(struct timespec *end_time, void __user *p,  in poll_select_copy_remaining()
548 int core_sys_select(int n, fd_set __user *inp, fd_set __user *outp, in core_sys_select()
549 fd_set __user *exp, struct timespec *end_time) in core_sys_select()
630 SYSCALL_DEFINE5(select, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE5() argument
631 fd_set __user *, exp, struct timeval __user *, tvp) in SYSCALL_DEFINE5() argument
654 static long do_pselect(int n, fd_set __user *inp, fd_set __user *outp, in do_pselect()
655 fd_set __user *exp, struct timespec __user *tsp, in do_pselect()
656 const sigset_t __user *sigmask, size_t sigsetsize) in do_pselect()
708 SYSCALL_DEFINE6(pselect6, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE6() argument
709 fd_set __user *, exp, struct timespec __user *, tsp, in SYSCALL_DEFINE6() argument
710 void __user *, sig) in SYSCALL_DEFINE6() argument
713 sigset_t __user *up = NULL; in SYSCALL_DEFINE6()
717 || __get_user(up, (sigset_t __user * __user *)sig) in SYSCALL_DEFINE6()
719 (size_t __user *)(sig+sizeof(void *)))) in SYSCALL_DEFINE6()
729 fd_set __user *inp, *outp, *exp;
730 struct timeval __user *tvp;
733 SYSCALL_DEFINE1(old_select, struct sel_arg_struct __user *, arg) in SYSCALL_DEFINE1() argument
878 int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll()
945 struct pollfd __user *ufds = restart_block->poll.ufds; in do_restart_poll()
965 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE3() argument
999 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5() argument
1000 struct timespec __user *, tsp, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5() argument