Searched refs:OSNOISE_OPTION_INIT_VAL (Results 1 – 2 of 2) sorted by relevance
442 return OSNOISE_OPTION_INIT_VAL; in osnoise_get_stop_us()453 if (curr_stop_us == OSNOISE_OPTION_INIT_VAL) in osnoise_set_stop_us()483 context->stop_us = OSNOISE_OPTION_INIT_VAL; in osnoise_restore_stop_us()521 return OSNOISE_OPTION_INIT_VAL; in osnoise_get_stop_total_us()601 return OSNOISE_OPTION_INIT_VAL; in osnoise_get_print_stack()642 context->print_stack = OSNOISE_OPTION_INIT_VAL; in osnoise_restore_print_stack()680 return OSNOISE_OPTION_INIT_VAL; in osnoise_get_tracing_thresh()745 return OSNOISE_OPTION_INIT_VAL; in osnoise_options_get_option()764 retval = OSNOISE_OPTION_INIT_VAL; in osnoise_options_get_option()862 if (opt_workload == OSNOISE_OPTION_INIT_VAL) in osnoise_set_workload()[all …]
55 #define OSNOISE_OPTION_INIT_VAL (-1) macro