Searched refs:orig_runtime_us (Results 1 – 2 of 2) sorted by relevance
179 if (context->orig_runtime_us != OSNOISE_TIME_INIT_VAL) in osnoise_get_runtime()180 return context->orig_runtime_us; in osnoise_get_runtime()186 context->orig_runtime_us = runtime_us; in osnoise_get_runtime()224 if (context->orig_runtime_us == OSNOISE_TIME_INIT_VAL) in __osnoise_write_runtime()310 unsigned long long orig_runtime = context->orig_runtime_us; in osnoise_restore_runtime_period()338 if (context->orig_runtime_us != OSNOISE_TIME_INIT_VAL) in osnoise_put_runtime_period()339 context->orig_runtime_us = OSNOISE_TIME_INIT_VAL; in osnoise_put_runtime_period()
20 unsigned long long orig_runtime_us; member