Lines Matching defs:__user

697 SYSCALL_DEFINE5(select, int, n, fd_set __user *, inp, fd_set __user *, outp,  in SYSCALL_DEFINE5()
698 fd_set __user *, exp, struct timeval __user *, tvp) in SYSCALL_DEFINE5()
757 SYSCALL_DEFINE6(pselect6, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE6()
758 fd_set __user *, exp, struct timespec __user *, tsp, in SYSCALL_DEFINE6()
759 void __user *, sig) in SYSCALL_DEFINE6()
782 SYSCALL_DEFINE1(old_select, struct sel_arg_struct __user *, arg) in SYSCALL_DEFINE1()
1013 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE3()
1047 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5()
1048 struct timespec __user *, tsp, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5()
1283 COMPAT_SYSCALL_DEFINE5(select, int, n, compat_ulong_t __user *, inp, in COMPAT_SYSCALL_DEFINE5()
1285 struct compat_timeval __user *, tvp) in COMPAT_SYSCALL_DEFINE5()
1298 COMPAT_SYSCALL_DEFINE1(old_select, struct compat_sel_arg_struct __user *, arg) in COMPAT_SYSCALL_DEFINE1()
1356 COMPAT_SYSCALL_DEFINE6(pselect6, int, n, compat_ulong_t __user *, inp, in COMPAT_SYSCALL_DEFINE6()
1358 struct compat_timespec __user *, tsp, void __user *, sig) in COMPAT_SYSCALL_DEFINE6()
1375 COMPAT_SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, in COMPAT_SYSCALL_DEFINE5()
1376 unsigned int, nfds, struct compat_timespec __user *, tsp, in COMPAT_SYSCALL_DEFINE5()
1377 const compat_sigset_t __user *, sigmask, compat_size_t, sigsetsize) in COMPAT_SYSCALL_DEFINE5()