Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/time/
Dtime.c816 static int __get_old_timespec32(struct timespec64 *ts64, in __get_old_timespec32() function
847 return __get_old_timespec32(ts, uts); in get_old_timespec32()
894 if (__get_old_timespec32(&its->it_interval, &uits->it_interval) || in get_old_itimerspec32()
895 __get_old_timespec32(&its->it_value, &uits->it_value)) in get_old_itimerspec32()