Searched refs:old_spec64 (Results 1 – 1 of 1) sorted by relevance
917 struct itimerspec64 *old_spec64) in do_timer_settime() argument928 if (old_spec64) in do_timer_settime()929 memset(old_spec64, 0, sizeof(*old_spec64)); in do_timer_settime()936 if (old_spec64) in do_timer_settime()937 old_spec64->it_interval = ktime_to_timespec64(timr->it_interval); in do_timer_settime()943 error = kc->timer_set(timr, tmr_flags, new_spec64, old_spec64); in do_timer_settime()947 old_spec64 = NULL; in do_timer_settime()
Completed in 6 milliseconds