Lines Matching defs:uts
3799 * @uts: upper bound on process time suspension
3804 const struct __kernel_timespec __user *, uts,
3819 if (uts) {
3820 if (get_timespec64(&ts, uts))
3824 ret = do_sigtimedwait(&these, &info, uts ? &ts : NULL);
3837 const struct old_timespec32 __user *, uts,
3851 if (uts) {
3852 if (get_old_timespec32(&ts, uts))
3856 ret = do_sigtimedwait(&these, &info, uts ? &ts : NULL);
3870 struct __kernel_timespec __user *, uts, compat_size_t, sigsetsize)
3883 if (uts) {
3884 if (get_timespec64(&t, uts))
3888 ret = do_sigtimedwait(&s, &info, uts ? &t : NULL);
3901 struct old_timespec32 __user *, uts, compat_size_t, sigsetsize)
3914 if (uts) {
3915 if (get_old_timespec32(&t, uts))
3919 ret = do_sigtimedwait(&s, &info, uts ? &t : NULL);