Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dtime.c926 static int __put_old_timespec32(const struct timespec64 *ts64, in __put_old_timespec32() function
969 return __put_old_timespec32(ts, uts); in put_old_timespec32()
1047 if (__put_old_timespec32(&its->it_interval, &uits->it_interval) || in put_old_itimerspec32()
1048 __put_old_timespec32(&its->it_value, &uits->it_value)) in put_old_itimerspec32()