Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dcompat.c143 static int __compat_get_timespec(struct timespec *ts, const struct compat_timespec __user *cts) in __compat_get_timespec() function
180 return __compat_get_timespec(ts, uts); in compat_get_timespec()
667 if (__compat_get_timespec(&dst->it_interval, &src->it_interval) || in get_compat_itimerspec()
668 __compat_get_timespec(&dst->it_value, &src->it_value)) in get_compat_itimerspec()