Searched refs:orig_stop_total_us (Results 1 – 2 of 2) sorted by relevance
514 if (context->orig_stop_total_us != OSNOISE_OPTION_INIT_VAL) in osnoise_get_stop_total_us()515 return context->orig_stop_total_us; in osnoise_get_stop_total_us()521 context->orig_stop_total_us = stop_total_us; in osnoise_get_stop_total_us()555 if (context->orig_stop_total_us == OSNOISE_OPTION_INIT_VAL) in osnoise_restore_stop_total_us()558 if (context->orig_stop_total_us == context->stop_total_us) in osnoise_restore_stop_total_us()562 context->orig_stop_total_us); in osnoise_restore_stop_total_us()577 if (context->orig_stop_total_us == OSNOISE_OPTION_INIT_VAL) in osnoise_put_stop_total_us()580 context->orig_stop_total_us = OSNOISE_OPTION_INIT_VAL; in osnoise_put_stop_total_us()948 context->orig_stop_total_us = OSNOISE_OPTION_INIT_VAL; in osnoise_context_alloc()
40 long long orig_stop_total_us; member