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() 179 if (context->orig_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() 205 if (context->orig_period_us != OSNOISE_TIME_INIT_VAL) in osnoise_get_period() 216 return OSNOISE_TIME_INIT_VAL; in osnoise_get_period() 224 if (context->orig_runtime_us == OSNOISE_TIME_INIT_VAL) in __osnoise_write_runtime() 240 if (context->orig_period_us == OSNOISE_TIME_INIT_VAL) in __osnoise_write_period() 273 if (curr_period_us == OSNOISE_TIME_INIT_VAL || curr_runtime_us == OSNOISE_TIME_INIT_VAL) in osnoise_set_runtime_period() [all...]
105 #define OSNOISE_TIME_INIT_VAL (0) macro