H A D | select.c | 733 fd_set __user *exp, void __user *tsp, in do_pselect() argument 740 if (tsp) { in do_pselect() 743 if (get_timespec64(&ts, tsp)) in do_pselect() 747 if (get_old_timespec32(&ts, tsp)) in do_pselect() 764 return poll_select_finish(&end_time, tsp, type, ret); in do_pselect() 796 fd_set __user *, exp, struct __kernel_timespec __user *, tsp, in SYSCALL_DEFINE6() argument 804 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_TIMESPEC); in SYSCALL_DEFINE6() 810 fd_set __user *, exp, struct old_timespec32 __user *, tsp, in SYSCALL_DEFINE6() argument 818 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_OLD_TIMESPEC); in SYSCALL_DEFINE6() 1102 struct __kernel_timespec __user *, tsp, cons in SYSCALL_DEFINE5() argument 1128 SYSCALL_DEFINE5(ppoll_time32,struct pollfd __user *,ufds,unsigned int,nfds,struct old_timespec32 __user *,tsp,const sigset_t __user *,sigmask,size_t,sigsetsize) SYSCALL_DEFINE5() argument 1315 do_compat_pselect(int n,compat_ulong_t __user * inp,compat_ulong_t __user * outp,compat_ulong_t __user * exp,void __user * tsp,compat_sigset_t __user * sigmask,compat_size_t sigsetsize,enum poll_time_type type) do_compat_pselect() argument 1370 COMPAT_SYSCALL_DEFINE6(pselect6_time64,int,n,compat_ulong_t __user *,inp,compat_ulong_t __user *,outp,compat_ulong_t __user *,exp,struct __kernel_timespec __user *,tsp,void __user *,sig) COMPAT_SYSCALL_DEFINE6() argument 1385 COMPAT_SYSCALL_DEFINE6(pselect6_time32,int,n,compat_ulong_t __user *,inp,compat_ulong_t __user *,outp,compat_ulong_t __user *,exp,struct old_timespec32 __user *,tsp,void __user *,sig) COMPAT_SYSCALL_DEFINE6() argument 1400 COMPAT_SYSCALL_DEFINE5(ppoll_time32,struct pollfd __user *,ufds,unsigned int,nfds,struct old_timespec32 __user *,tsp,const compat_sigset_t __user *,sigmask,compat_size_t,sigsetsize) COMPAT_SYSCALL_DEFINE5() argument 1426 COMPAT_SYSCALL_DEFINE5(ppoll_time64,struct pollfd __user *,ufds,unsigned int,nfds,struct __kernel_timespec __user *,tsp,const compat_sigset_t __user *,sigmask,compat_size_t,sigsetsize) COMPAT_SYSCALL_DEFINE5() argument [all...] |