Lines Matching full:tsp
729 fd_set __user *exp, void __user *tsp, in do_pselect() argument
736 if (tsp) { in do_pselect()
739 if (get_timespec64(&ts, tsp)) in do_pselect()
743 if (get_old_timespec32(&ts, tsp)) in do_pselect()
760 return poll_select_finish(&end_time, tsp, type, ret); in do_pselect()
792 fd_set __user *, exp, struct __kernel_timespec __user *, tsp, in SYSCALL_DEFINE6() argument
800 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_TIMESPEC); in SYSCALL_DEFINE6()
806 fd_set __user *, exp, struct old_timespec32 __user *, tsp, in SYSCALL_DEFINE6() argument
814 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_OLD_TIMESPEC); in SYSCALL_DEFINE6()
1092 struct __kernel_timespec __user *, tsp, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5() argument
1098 if (tsp) { in SYSCALL_DEFINE5()
1099 if (get_timespec64(&ts, tsp)) in SYSCALL_DEFINE5()
1112 return poll_select_finish(&end_time, tsp, PT_TIMESPEC, ret); in SYSCALL_DEFINE5()
1118 struct old_timespec32 __user *, tsp, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5() argument
1124 if (tsp) { in SYSCALL_DEFINE5()
1125 if (get_old_timespec32(&ts, tsp)) in SYSCALL_DEFINE5()
1138 return poll_select_finish(&end_time, tsp, PT_OLD_TIMESPEC, ret); in SYSCALL_DEFINE5()
1305 void __user *tsp, compat_sigset_t __user *sigmask, in do_compat_pselect() argument
1311 if (tsp) { in do_compat_pselect()
1314 if (get_old_timespec32(&ts, tsp)) in do_compat_pselect()
1318 if (get_timespec64(&ts, tsp)) in do_compat_pselect()
1335 return poll_select_finish(&end_time, tsp, type, ret); in do_compat_pselect()
1360 struct __kernel_timespec __user *, tsp, void __user *, sig) in COMPAT_SYSCALL_DEFINE6() argument
1367 return do_compat_pselect(n, inp, outp, exp, tsp, compat_ptr(x.p), in COMPAT_SYSCALL_DEFINE6()
1375 struct old_timespec32 __user *, tsp, void __user *, sig) in COMPAT_SYSCALL_DEFINE6() argument
1382 return do_compat_pselect(n, inp, outp, exp, tsp, compat_ptr(x.p), in COMPAT_SYSCALL_DEFINE6()
1390 unsigned int, nfds, struct old_timespec32 __user *, tsp, in COMPAT_SYSCALL_DEFINE5() argument
1396 if (tsp) { in COMPAT_SYSCALL_DEFINE5()
1397 if (get_old_timespec32(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
1410 return poll_select_finish(&end_time, tsp, PT_OLD_TIMESPEC, ret); in COMPAT_SYSCALL_DEFINE5()
1416 unsigned int, nfds, struct __kernel_timespec __user *, tsp, in COMPAT_SYSCALL_DEFINE5() argument
1422 if (tsp) { in COMPAT_SYSCALL_DEFINE5()
1423 if (get_timespec64(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
1436 return poll_select_finish(&end_time, tsp, PT_TIMESPEC, ret); in COMPAT_SYSCALL_DEFINE5()