Searched refs:orig_runtime (Results 1 – 1 of 1) sorted by relevance
306 unsigned long long orig_runtime = context->orig_runtime_us; in osnoise_restore_runtime_period() local312 if ((orig_runtime == OSNOISE_TIME_INIT_VAL) && (orig_period == OSNOISE_TIME_INIT_VAL)) in osnoise_restore_runtime_period()315 if ((orig_period == curr_period) && (orig_runtime == curr_runtime)) in osnoise_restore_runtime_period()318 retval = osnoise_set_runtime_period(context, orig_runtime, orig_period); in osnoise_restore_runtime_period()