Searched refs:OSNOISE_TIME_INIT_VAL (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/tracing/rtla/src/
H A Dosnoise.c172 if (context->runtime_us != OSNOISE_TIME_INIT_VAL)
175 if (context->orig_runtime_us != OSNOISE_TIME_INIT_VAL)
186 return OSNOISE_TIME_INIT_VAL;
198 if (context->period_us != OSNOISE_TIME_INIT_VAL)
201 if (context->orig_period_us != OSNOISE_TIME_INIT_VAL)
212 return OSNOISE_TIME_INIT_VAL;
220 if (context->orig_runtime_us == OSNOISE_TIME_INIT_VAL)
236 if (context->orig_period_us == OSNOISE_TIME_INIT_VAL)
269 if (curr_period_us == OSNOISE_TIME_INIT_VAL || curr_runtime_us == OSNOISE_TIME_INIT_VAL)
[all...]
H A Dosnoise.h56 #define OSNOISE_TIME_INIT_VAL (0) macro

Completed in 127 milliseconds