Home
last modified time | relevance | path

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

/linux-6.15/kernel/time/
H A Dposix-timers.c929 struct itimerspec64 *old_spec64) in do_timer_settime() argument
935 if (old_spec64) in do_timer_settime()
936 memset(old_spec64, 0, sizeof(*old_spec64)); in do_timer_settime()
938 for (; ; old_spec64 = NULL) { in do_timer_settime()
944 if (old_spec64) in do_timer_settime()
945 old_spec64->it_interval = ktime_to_timespec64(timr->it_interval); in do_timer_settime()
950 int ret = timr->kclock->timer_set(timr, tmr_flags, new_spec64, old_spec64); in do_timer_settime()