Searched refs:tsp (Results 1 – 1 of 1) sorted by relevance
/fs/ |
D | select.c | 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() 770 fd_set __user *, exp, struct __kernel_timespec __user *, tsp, in SYSCALL_DEFINE6() argument 784 return do_pselect(n, inp, outp, exp, tsp, up, sigsetsize, PT_TIMESPEC); in SYSCALL_DEFINE6() 790 fd_set __user *, exp, struct old_timespec32 __user *, tsp, in SYSCALL_DEFINE6() argument 804 return do_pselect(n, inp, outp, exp, tsp, up, sigsetsize, PT_OLD_TIMESPEC); in SYSCALL_DEFINE6() 1082 struct __kernel_timespec __user *, tsp, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5() argument [all …]
|