Searched refs:tsp (Results 1 – 2 of 2) sorted by relevance
/fs/ |
D | select.c | 586 fd_set __user *exp, struct timespec __user *tsp, in do_pselect() argument 593 if (tsp) { in do_pselect() 594 if (copy_from_user(&ts, tsp, sizeof(ts))) in do_pselect() 614 ret = poll_select_copy_remaining(&end_time, tsp, 0, ret); in do_pselect() 640 fd_set __user *, exp, struct timespec __user *, tsp, in SYSCALL_DEFINE6() argument 654 return do_pselect(n, inp, outp, exp, tsp, up, sigsetsize); in SYSCALL_DEFINE6() 894 struct timespec __user *, tsp, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5() argument 901 if (tsp) { in SYSCALL_DEFINE5() 902 if (copy_from_user(&ts, tsp, sizeof(ts))) in SYSCALL_DEFINE5() 939 ret = poll_select_copy_remaining(&end_time, tsp, 0, ret); in SYSCALL_DEFINE5()
|
D | compat.c | 1714 struct compat_timespec __user *tsp, compat_sigset_t __user *sigmask, in do_compat_pselect() argument 1723 if (tsp) { in do_compat_pselect() 1724 if (copy_from_user(&ts, tsp, sizeof(ts))) in do_compat_pselect() 1744 ret = poll_select_copy_remaining(&end_time, tsp, 0, ret); in do_compat_pselect() 1765 struct compat_timespec __user *tsp, void __user *sig) in compat_sys_pselect6() argument 1778 return do_compat_pselect(n, inp, outp, exp, tsp, compat_ptr(up), in compat_sys_pselect6() 1783 unsigned int nfds, struct compat_timespec __user *tsp, in compat_sys_ppoll() argument 1792 if (tsp) { in compat_sys_ppoll() 1793 if (copy_from_user(&ts, tsp, sizeof(ts))) in compat_sys_ppoll() 1830 ret = poll_select_copy_remaining(&end_time, tsp, 0, ret); in compat_sys_ppoll()
|