Lines Matching full:tsp

740 		       fd_set __user *exp, void __user *tsp,
747 if (tsp) {
750 if (get_timespec64(&ts, tsp))
754 if (get_old_timespec32(&ts, tsp))
771 return poll_select_finish(&end_time, tsp, type, ret);
801 fd_set __user *, exp, struct __kernel_timespec __user *, tsp,
809 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_TIMESPEC);
815 fd_set __user *, exp, struct old_timespec32 __user *, tsp,
823 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_OLD_TIMESPEC);
1093 struct __kernel_timespec __user *, tsp, const sigset_t __user *, sigmask,
1099 if (tsp) {
1100 if (get_timespec64(&ts, tsp))
1113 return poll_select_finish(&end_time, tsp, PT_TIMESPEC, ret);
1119 struct old_timespec32 __user *, tsp, const sigset_t __user *, sigmask,
1125 if (tsp) {
1126 if (get_old_timespec32(&ts, tsp))
1139 return poll_select_finish(&end_time, tsp, PT_OLD_TIMESPEC, ret);
1306 void __user *tsp, compat_sigset_t __user *sigmask,
1312 if (tsp) {
1315 if (get_old_timespec32(&ts, tsp))
1319 if (get_timespec64(&ts, tsp))
1336 return poll_select_finish(&end_time, tsp, type, ret);
1359 struct __kernel_timespec __user *, tsp, void __user *, sig)
1366 return do_compat_pselect(n, inp, outp, exp, tsp, compat_ptr(x.p),
1374 struct old_timespec32 __user *, tsp, void __user *, sig)
1381 return do_compat_pselect(n, inp, outp, exp, tsp, compat_ptr(x.p),
1389 unsigned int, nfds, struct old_timespec32 __user *, tsp,
1395 if (tsp) {
1396 if (get_old_timespec32(&ts, tsp))
1409 return poll_select_finish(&end_time, tsp, PT_OLD_TIMESPEC, ret);
1415 unsigned int, nfds, struct __kernel_timespec __user *, tsp,
1421 if (tsp) {
1422 if (get_timespec64(&ts, tsp))
1435 return poll_select_finish(&end_time, tsp, PT_TIMESPEC, ret);