Lines Matching refs:tsp

732 		       fd_set __user *exp, void __user *tsp,
739 if (tsp) {
742 if (get_timespec64(&ts, tsp))
746 if (get_old_timespec32(&ts, tsp))
763 return poll_select_finish(&end_time, tsp, type, ret);
795 fd_set __user *, exp, struct __kernel_timespec __user *, tsp,
803 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_TIMESPEC);
809 fd_set __user *, exp, struct old_timespec32 __user *, tsp,
817 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_OLD_TIMESPEC);
1101 struct __kernel_timespec __user *, tsp, const sigset_t __user *, sigmask,
1107 if (tsp) {
1108 if (get_timespec64(&ts, tsp))
1121 return poll_select_finish(&end_time, tsp, PT_TIMESPEC, ret);
1127 struct old_timespec32 __user *, tsp, const sigset_t __user *, sigmask,
1133 if (tsp) {
1134 if (get_old_timespec32(&ts, tsp))
1147 return poll_select_finish(&end_time, tsp, PT_OLD_TIMESPEC, ret);
1314 void __user *tsp, compat_sigset_t __user *sigmask,
1320 if (tsp) {
1323 if (get_old_timespec32(&ts, tsp))
1327 if (get_timespec64(&ts, tsp))
1344 return poll_select_finish(&end_time, tsp, type, ret);
1369 struct __kernel_timespec __user *, tsp, void __user *, sig)
1376 return do_compat_pselect(n, inp, outp, exp, tsp, compat_ptr(x.p),
1384 struct old_timespec32 __user *, tsp, void __user *, sig)
1391 return do_compat_pselect(n, inp, outp, exp, tsp, compat_ptr(x.p),
1399 unsigned int, nfds, struct old_timespec32 __user *, tsp,
1405 if (tsp) {
1406 if (get_old_timespec32(&ts, tsp))
1419 return poll_select_finish(&end_time, tsp, PT_OLD_TIMESPEC, ret);
1425 unsigned int, nfds, struct __kernel_timespec __user *, tsp,
1431 if (tsp) {
1432 if (get_timespec64(&ts, tsp))
1445 return poll_select_finish(&end_time, tsp, PT_TIMESPEC, ret);