Lines Matching refs:tsp

733 		       fd_set __user *exp, void __user *tsp,
740 if (tsp) {
743 if (get_timespec64(&ts, tsp))
747 if (get_old_timespec32(&ts, tsp))
764 return poll_select_finish(&end_time, tsp, type, ret);
796 fd_set __user *, exp, struct __kernel_timespec __user *, tsp,
804 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_TIMESPEC);
810 fd_set __user *, exp, struct old_timespec32 __user *, tsp,
818 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_OLD_TIMESPEC);
1102 struct __kernel_timespec __user *, tsp, const sigset_t __user *, sigmask,
1108 if (tsp) {
1109 if (get_timespec64(&ts, tsp))
1122 return poll_select_finish(&end_time, tsp, PT_TIMESPEC, ret);
1128 struct old_timespec32 __user *, tsp, const sigset_t __user *, sigmask,
1134 if (tsp) {
1135 if (get_old_timespec32(&ts, tsp))
1148 return poll_select_finish(&end_time, tsp, PT_OLD_TIMESPEC, ret);
1315 void __user *tsp, compat_sigset_t __user *sigmask,
1321 if (tsp) {
1324 if (get_old_timespec32(&ts, tsp))
1328 if (get_timespec64(&ts, tsp))
1345 return poll_select_finish(&end_time, tsp, type, ret);
1370 struct __kernel_timespec __user *, tsp, void __user *, sig)
1377 return do_compat_pselect(n, inp, outp, exp, tsp, compat_ptr(x.p),
1385 struct old_timespec32 __user *, tsp, void __user *, sig)
1392 return do_compat_pselect(n, inp, outp, exp, tsp, compat_ptr(x.p),
1400 unsigned int, nfds, struct old_timespec32 __user *, tsp,
1406 if (tsp) {
1407 if (get_old_timespec32(&ts, tsp))
1420 return poll_select_finish(&end_time, tsp, PT_OLD_TIMESPEC, ret);
1426 unsigned int, nfds, struct __kernel_timespec __user *, tsp,
1432 if (tsp) {
1433 if (get_timespec64(&ts, tsp))
1446 return poll_select_finish(&end_time, tsp, PT_TIMESPEC, ret);