Searched refs:OSNOISE_TIME_INIT_VAL (Results 1 – 2 of 2) sorted by relevance
172 if (context->runtime_us != OSNOISE_TIME_INIT_VAL) in osnoise_get_runtime()186 return OSNOISE_TIME_INIT_VAL; in osnoise_get_runtime()198 if (context->period_us != OSNOISE_TIME_INIT_VAL) in osnoise_get_period()212 return OSNOISE_TIME_INIT_VAL; in osnoise_get_period()269 if (curr_period_us == OSNOISE_TIME_INIT_VAL || curr_runtime_us == OSNOISE_TIME_INIT_VAL) in osnoise_set_runtime_period()312 if ((orig_runtime == OSNOISE_TIME_INIT_VAL) && (orig_period == OSNOISE_TIME_INIT_VAL)) in osnoise_restore_runtime_period()323 context->runtime_us = OSNOISE_TIME_INIT_VAL; in osnoise_restore_runtime_period()324 context->period_us = OSNOISE_TIME_INIT_VAL; in osnoise_restore_runtime_period()335 context->orig_runtime_us = OSNOISE_TIME_INIT_VAL; in osnoise_put_runtime_period()338 context->orig_period_us = OSNOISE_TIME_INIT_VAL; in osnoise_put_runtime_period()[all …]
56 #define OSNOISE_TIME_INIT_VAL (0) macro