Home
last modified time | relevance | path

Searched refs:__compat_get_timespec64 (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/kernel/time/
Dtime.c887 int __compat_get_timespec64(struct timespec64 *ts64, in __compat_get_timespec64() function
918 return __compat_get_timespec64(ts, uts); in compat_get_timespec64()
965 if (__compat_get_timespec64(&its->it_interval, &uits->it_interval) || in get_compat_itimerspec64()
966 __compat_get_timespec64(&its->it_value, &uits->it_value)) in get_compat_itimerspec64()