Searched refs:__get_old_timespec32 (Results 1 – 1 of 1) sorted by relevance
914 static int __get_old_timespec32(struct timespec64 *ts64, in __get_old_timespec32() function954 return __get_old_timespec32(ts, uts); in get_old_timespec32()1033 if (__get_old_timespec32(&its->it_interval, &uits->it_interval) || in get_old_itimerspec32()1034 __get_old_timespec32(&its->it_value, &uits->it_value)) in get_old_itimerspec32()