Lines Matching defs: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);
1103 struct __kernel_timespec __user *, tsp, const sigset_t __user *, sigmask,
1109 if (tsp) {
1110 if (get_timespec64(&ts, tsp))
1123 return poll_select_finish(&end_time, tsp, PT_TIMESPEC, ret);
1129 struct old_timespec32 __user *, tsp, const sigset_t __user *, sigmask,
1135 if (tsp) {
1136 if (get_old_timespec32(&ts, tsp))
1149 return poll_select_finish(&end_time, tsp, PT_OLD_TIMESPEC, ret);
1316 void __user *tsp, compat_sigset_t __user *sigmask,
1322 if (tsp) {
1325 if (get_old_timespec32(&ts, tsp))
1329 if (get_timespec64(&ts, tsp))
1346 return poll_select_finish(&end_time, tsp, type, ret);
1371 struct __kernel_timespec __user *, tsp, void __user *, sig)
1378 return do_compat_pselect(n, inp, outp, exp, tsp, compat_ptr(x.p),
1386 struct old_timespec32 __user *, tsp, void __user *, sig)
1393 return do_compat_pselect(n, inp, outp, exp, tsp, compat_ptr(x.p),
1401 unsigned int, nfds, struct old_timespec32 __user *, tsp,
1407 if (tsp) {
1408 if (get_old_timespec32(&ts, tsp))
1421 return poll_select_finish(&end_time, tsp, PT_OLD_TIMESPEC, ret);
1427 unsigned int, nfds, struct __kernel_timespec __user *, tsp,
1433 if (tsp) {
1434 if (get_timespec64(&ts, tsp))
1447 return poll_select_finish(&end_time, tsp, PT_TIMESPEC, ret);