Lines Matching refs:tsp

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, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5() argument
1108 if (tsp) { in SYSCALL_DEFINE5()
1109 if (get_timespec64(&ts, tsp)) in SYSCALL_DEFINE5()
1122 return poll_select_finish(&end_time, tsp, PT_TIMESPEC, ret); in SYSCALL_DEFINE5()
1128 struct old_timespec32 __user *, tsp, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5() argument
1134 if (tsp) { in SYSCALL_DEFINE5()
1135 if (get_old_timespec32(&ts, tsp)) in SYSCALL_DEFINE5()
1148 return poll_select_finish(&end_time, tsp, PT_OLD_TIMESPEC, ret); in SYSCALL_DEFINE5()
1315 void __user *tsp, compat_sigset_t __user *sigmask, in do_compat_pselect() argument
1321 if (tsp) { in do_compat_pselect()
1324 if (get_old_timespec32(&ts, tsp)) in do_compat_pselect()
1328 if (get_timespec64(&ts, tsp)) in do_compat_pselect()
1345 return poll_select_finish(&end_time, tsp, type, ret); in do_compat_pselect()
1370 struct __kernel_timespec __user *, tsp, void __user *, sig) in COMPAT_SYSCALL_DEFINE6() argument
1377 return do_compat_pselect(n, inp, outp, exp, tsp, compat_ptr(x.p), in COMPAT_SYSCALL_DEFINE6()
1385 struct old_timespec32 __user *, tsp, void __user *, sig) in COMPAT_SYSCALL_DEFINE6() argument
1392 return do_compat_pselect(n, inp, outp, exp, tsp, compat_ptr(x.p), in COMPAT_SYSCALL_DEFINE6()
1400 unsigned int, nfds, struct old_timespec32 __user *, tsp, in COMPAT_SYSCALL_DEFINE5() argument
1406 if (tsp) { in COMPAT_SYSCALL_DEFINE5()
1407 if (get_old_timespec32(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
1420 return poll_select_finish(&end_time, tsp, PT_OLD_TIMESPEC, ret); in COMPAT_SYSCALL_DEFINE5()
1426 unsigned int, nfds, struct __kernel_timespec __user *, tsp, in COMPAT_SYSCALL_DEFINE5() argument
1432 if (tsp) { in COMPAT_SYSCALL_DEFINE5()
1433 if (get_timespec64(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
1446 return poll_select_finish(&end_time, tsp, PT_TIMESPEC, ret); in COMPAT_SYSCALL_DEFINE5()