OSNOISE_TIME_INIT_VAL
if (context->runtime_us != OSNOISE_TIME_INIT_VAL)
if (context->orig_runtime_us != OSNOISE_TIME_INIT_VAL)
return OSNOISE_TIME_INIT_VAL;
if (context->period_us != OSNOISE_TIME_INIT_VAL)
if (context->orig_period_us != OSNOISE_TIME_INIT_VAL)
return OSNOISE_TIME_INIT_VAL;
if (context->orig_runtime_us == OSNOISE_TIME_INIT_VAL)
if (context->orig_period_us == OSNOISE_TIME_INIT_VAL)
if (curr_period_us == OSNOISE_TIME_INIT_VAL || curr_runtime_us == OSNOISE_TIME_INIT_VAL)
if ((orig_runtime == OSNOISE_TIME_INIT_VAL) && (orig_period == OSNOISE_TIME_INIT_VAL))
context->runtime_us = OSNOISE_TIME_INIT_VAL;
context->period_us = OSNOISE_TIME_INIT_VAL;
if (context->orig_runtime_us != OSNOISE_TIME_INIT_VAL)
context->orig_runtime_us = OSNOISE_TIME_INIT_VAL;
if (context->orig_period_us != OSNOISE_TIME_INIT_VAL)
context->orig_period_us = OSNOISE_TIME_INIT_VAL;
if (context->timerlat_period_us != OSNOISE_TIME_INIT_VAL)
if (context->orig_timerlat_period_us != OSNOISE_TIME_INIT_VAL)
return OSNOISE_TIME_INIT_VAL;
if (curr_timerlat_period_us == OSNOISE_TIME_INIT_VAL)
if (context->orig_timerlat_period_us == OSNOISE_TIME_INIT_VAL)
context->timerlat_period_us = OSNOISE_TIME_INIT_VAL;
if (context->orig_timerlat_period_us == OSNOISE_TIME_INIT_VAL)
context->orig_timerlat_period_us = OSNOISE_TIME_INIT_VAL;