Searched refs:OSNOISE_TIME_INIT_VAL (Results 1 – 2 of 2) sorted by relevance
176 if (context->runtime_us != OSNOISE_TIME_INIT_VAL) in osnoise_get_runtime()190 return OSNOISE_TIME_INIT_VAL; in osnoise_get_runtime()202 if (context->period_us != OSNOISE_TIME_INIT_VAL) in osnoise_get_period()216 return OSNOISE_TIME_INIT_VAL; in osnoise_get_period()273 if (curr_period_us == OSNOISE_TIME_INIT_VAL || curr_runtime_us == OSNOISE_TIME_INIT_VAL) in osnoise_set_runtime_period()316 if ((orig_runtime == OSNOISE_TIME_INIT_VAL) && (orig_period == OSNOISE_TIME_INIT_VAL)) in osnoise_restore_runtime_period()327 context->runtime_us = OSNOISE_TIME_INIT_VAL; in osnoise_restore_runtime_period()328 context->period_us = OSNOISE_TIME_INIT_VAL; in osnoise_restore_runtime_period()339 context->orig_runtime_us = OSNOISE_TIME_INIT_VAL; in osnoise_put_runtime_period()342 context->orig_period_us = OSNOISE_TIME_INIT_VAL; in osnoise_put_runtime_period()[all …]
105 #define OSNOISE_TIME_INIT_VAL (0) macro