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()
794 fd_set __user *, exp, struct __kernel_timespec __user *, tsp, in SYSCALL_DEFINE6() argument
802 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_TIMESPEC); in SYSCALL_DEFINE6()
808 fd_set __user *, exp, struct old_timespec32 __user *, tsp, in SYSCALL_DEFINE6() argument
816 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_OLD_TIMESPEC); in SYSCALL_DEFINE6()
1096 struct __kernel_timespec __user *, tsp, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5() argument
1102 if (tsp) { in SYSCALL_DEFINE5()
1103 if (get_timespec64(&ts, tsp)) in SYSCALL_DEFINE5()
1116 return poll_select_finish(&end_time, tsp, PT_TIMESPEC, ret); in SYSCALL_DEFINE5()
1122 struct old_timespec32 __user *, tsp, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5() argument
1128 if (tsp) { in SYSCALL_DEFINE5()
1129 if (get_old_timespec32(&ts, tsp)) in SYSCALL_DEFINE5()
1142 return poll_select_finish(&end_time, tsp, PT_OLD_TIMESPEC, ret); in SYSCALL_DEFINE5()
1309 void __user *tsp, compat_sigset_t __user *sigmask, in do_compat_pselect() argument
1315 if (tsp) { in do_compat_pselect()
1318 if (get_old_timespec32(&ts, tsp)) in do_compat_pselect()
1322 if (get_timespec64(&ts, tsp)) in do_compat_pselect()
1339 return poll_select_finish(&end_time, tsp, type, ret); in do_compat_pselect()
1364 struct __kernel_timespec __user *, tsp, void __user *, sig) in COMPAT_SYSCALL_DEFINE6() argument
1371 return do_compat_pselect(n, inp, outp, exp, tsp, compat_ptr(x.p), in COMPAT_SYSCALL_DEFINE6()
1379 struct old_timespec32 __user *, tsp, void __user *, sig) in COMPAT_SYSCALL_DEFINE6() argument
1386 return do_compat_pselect(n, inp, outp, exp, tsp, compat_ptr(x.p), in COMPAT_SYSCALL_DEFINE6()
1394 unsigned int, nfds, struct old_timespec32 __user *, tsp, in COMPAT_SYSCALL_DEFINE5() argument
1400 if (tsp) { in COMPAT_SYSCALL_DEFINE5()
1401 if (get_old_timespec32(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
1414 return poll_select_finish(&end_time, tsp, PT_OLD_TIMESPEC, ret); in COMPAT_SYSCALL_DEFINE5()
1420 unsigned int, nfds, struct __kernel_timespec __user *, tsp, in COMPAT_SYSCALL_DEFINE5() argument
1426 if (tsp) { in COMPAT_SYSCALL_DEFINE5()
1427 if (get_timespec64(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
1440 return poll_select_finish(&end_time, tsp, PT_TIMESPEC, ret); in COMPAT_SYSCALL_DEFINE5()