Searched refs:tsp (Results 1 – 1 of 1) sorted by relevance
/fs/ |
D | select.c | 734 fd_set __user *exp, void __user *tsp, in do_pselect() argument 741 if (tsp) { in do_pselect() 744 if (get_timespec64(&ts, tsp)) in do_pselect() 748 if (get_old_timespec32(&ts, tsp)) in do_pselect() 765 return poll_select_finish(&end_time, tsp, type, ret); in do_pselect() 797 fd_set __user *, exp, struct __kernel_timespec __user *, tsp, in SYSCALL_DEFINE6() argument 805 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_TIMESPEC); in SYSCALL_DEFINE6() 811 fd_set __user *, exp, struct old_timespec32 __user *, tsp, in SYSCALL_DEFINE6() argument 819 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_OLD_TIMESPEC); in SYSCALL_DEFINE6() 1103 struct __kernel_timespec __user *, tsp, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5() argument [all …]
|