Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/time/
Dtime.c832 static int __put_old_timespec32(const struct timespec64 *ts64, in __put_old_timespec32() function
856 return __put_old_timespec32(ts, uts); in put_old_timespec32()
904 if (__put_old_timespec32(&its->it_interval, &uits->it_interval) || in put_old_itimerspec32()
905 __put_old_timespec32(&its->it_value, &uits->it_value)) in put_old_itimerspec32()