Searched refs:orig_stop_total_us (Results 1 – 2 of 2) sorted by relevance
510 if (context->orig_stop_total_us != OSNOISE_OPTION_INIT_VAL) in osnoise_get_stop_total_us()511 return context->orig_stop_total_us; in osnoise_get_stop_total_us()517 context->orig_stop_total_us = stop_total_us; in osnoise_get_stop_total_us()551 if (context->orig_stop_total_us == OSNOISE_OPTION_INIT_VAL) in osnoise_restore_stop_total_us()554 if (context->orig_stop_total_us == context->stop_total_us) in osnoise_restore_stop_total_us()558 context->orig_stop_total_us); in osnoise_restore_stop_total_us()573 if (context->orig_stop_total_us == OSNOISE_OPTION_INIT_VAL) in osnoise_put_stop_total_us()576 context->orig_stop_total_us = OSNOISE_OPTION_INIT_VAL; in osnoise_put_stop_total_us()960 context->orig_stop_total_us = OSNOISE_OPTION_INIT_VAL; in osnoise_context_alloc()
35 long long orig_stop_total_us; member