uthese            713 include/linux/compat.h asmlinkage long compat_sys_rt_sigtimedwait_time32(compat_sigset_t __user *uthese,
uthese            716 include/linux/compat.h asmlinkage long compat_sys_rt_sigtimedwait_time64(compat_sigset_t __user *uthese,
uthese            689 include/linux/syscalls.h asmlinkage long sys_rt_sigtimedwait(const sigset_t __user *uthese,
uthese            693 include/linux/syscalls.h asmlinkage long sys_rt_sigtimedwait_time32(const sigset_t __user *uthese,
uthese           3499 kernel/signal.c SYSCALL_DEFINE4(rt_sigtimedwait, const sigset_t __user *, uthese,
uthese           3513 kernel/signal.c 	if (copy_from_user(&these, uthese, sizeof(these)))
uthese           3532 kernel/signal.c SYSCALL_DEFINE4(rt_sigtimedwait_time32, const sigset_t __user *, uthese,
uthese           3545 kernel/signal.c 	if (copy_from_user(&these, uthese, sizeof(these)))
uthese           3565 kernel/signal.c COMPAT_SYSCALL_DEFINE4(rt_sigtimedwait_time64, compat_sigset_t __user *, uthese,
uthese           3577 kernel/signal.c 	if (get_compat_sigset(&s, uthese))
uthese           3596 kernel/signal.c COMPAT_SYSCALL_DEFINE4(rt_sigtimedwait_time32, compat_sigset_t __user *, uthese,
uthese           3608 kernel/signal.c 	if (get_compat_sigset(&s, uthese))