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