Searched refs:orig_runtime_us (Results 1 – 2 of 2) sorted by relevance
175 if (context->orig_runtime_us != OSNOISE_TIME_INIT_VAL) in osnoise_get_runtime()176 return context->orig_runtime_us; in osnoise_get_runtime()182 context->orig_runtime_us = runtime_us; in osnoise_get_runtime()220 if (context->orig_runtime_us == OSNOISE_TIME_INIT_VAL) in __osnoise_write_runtime()306 unsigned long long orig_runtime = context->orig_runtime_us; in osnoise_restore_runtime_period()334 if (context->orig_runtime_us != OSNOISE_TIME_INIT_VAL) in osnoise_put_runtime_period()335 context->orig_runtime_us = OSNOISE_TIME_INIT_VAL; in osnoise_put_runtime_period()
15 unsigned long long orig_runtime_us; member