Lines Matching refs:tsp

729 		       fd_set __user *exp, void __user *tsp,  in do_pselect()  argument
736 if (tsp) { in do_pselect()
739 if (get_timespec64(&ts, tsp)) in do_pselect()
743 if (get_old_timespec32(&ts, tsp)) in do_pselect()
760 return poll_select_finish(&end_time, tsp, type, ret); in do_pselect()
792 fd_set __user *, exp, struct __kernel_timespec __user *, tsp, in SYSCALL_DEFINE6() argument
800 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_TIMESPEC); in SYSCALL_DEFINE6()
806 fd_set __user *, exp, struct old_timespec32 __user *, tsp, in SYSCALL_DEFINE6() argument
814 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_OLD_TIMESPEC); in SYSCALL_DEFINE6()
1098 struct __kernel_timespec __user *, tsp, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5() argument
1104 if (tsp) { in SYSCALL_DEFINE5()
1105 if (get_timespec64(&ts, tsp)) in SYSCALL_DEFINE5()
1118 return poll_select_finish(&end_time, tsp, PT_TIMESPEC, ret); in SYSCALL_DEFINE5()
1124 struct old_timespec32 __user *, tsp, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5() argument
1130 if (tsp) { in SYSCALL_DEFINE5()
1131 if (get_old_timespec32(&ts, tsp)) in SYSCALL_DEFINE5()
1144 return poll_select_finish(&end_time, tsp, PT_OLD_TIMESPEC, ret); in SYSCALL_DEFINE5()
1311 void __user *tsp, compat_sigset_t __user *sigmask, in do_compat_pselect() argument
1317 if (tsp) { in do_compat_pselect()
1320 if (get_old_timespec32(&ts, tsp)) in do_compat_pselect()
1324 if (get_timespec64(&ts, tsp)) in do_compat_pselect()
1341 return poll_select_finish(&end_time, tsp, type, ret); in do_compat_pselect()
1366 struct __kernel_timespec __user *, tsp, void __user *, sig) in COMPAT_SYSCALL_DEFINE6() argument
1373 return do_compat_pselect(n, inp, outp, exp, tsp, compat_ptr(x.p), in COMPAT_SYSCALL_DEFINE6()
1381 struct old_timespec32 __user *, tsp, void __user *, sig) in COMPAT_SYSCALL_DEFINE6() argument
1388 return do_compat_pselect(n, inp, outp, exp, tsp, compat_ptr(x.p), in COMPAT_SYSCALL_DEFINE6()
1396 unsigned int, nfds, struct old_timespec32 __user *, tsp, in COMPAT_SYSCALL_DEFINE5() argument
1402 if (tsp) { in COMPAT_SYSCALL_DEFINE5()
1403 if (get_old_timespec32(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
1416 return poll_select_finish(&end_time, tsp, PT_OLD_TIMESPEC, ret); in COMPAT_SYSCALL_DEFINE5()
1422 unsigned int, nfds, struct __kernel_timespec __user *, tsp, in COMPAT_SYSCALL_DEFINE5() argument
1428 if (tsp) { in COMPAT_SYSCALL_DEFINE5()
1429 if (get_timespec64(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
1442 return poll_select_finish(&end_time, tsp, PT_TIMESPEC, ret); in COMPAT_SYSCALL_DEFINE5()