Searched refs:get_compat_timespec (Results 1 – 2 of 2) sorted by relevance
164 int get_compat_timespec(struct timespec *ts, const struct compat_timespec __user *cts) in get_compat_timespec() function170 EXPORT_SYMBOL_GPL(get_compat_timespec);203 return get_compat_timespec(ts, uts); in compat_get_timespec()246 if (get_compat_timespec(&tu, rqtp)) in compat_sys_nanosleep()650 if (get_compat_timespec(&dst->it_interval, &src->it_interval) || in get_compat_itimerspec()651 get_compat_timespec(&dst->it_value, &src->it_value)) in get_compat_itimerspec()730 if (get_compat_timespec(&ts, tp)) in compat_sys_clock_settime()830 if (get_compat_timespec(&in, rqtp)) in compat_sys_clock_nanosleep()
186 if (get_compat_timespec(&ts, utime)) in COMPAT_SYSCALL_DEFINE6()