Lines Matching defs:runtime
43 * CONFIDENCE_OK defines the level where runtime calibration results are
490 * This function calculates runtime from the current target ratio.
496 unsigned int runtime;
516 runtime = duration * 100 / compensated_ratio - duration;
518 return runtime;
584 unsigned int runtime = get_run_time();
586 idle_inject_set_duration(ii_dev, runtime, duration);
602 unsigned int runtime = get_run_time();
604 idle_inject_set_duration(ii_dev, runtime, duration);
722 unsigned int runtime;
725 runtime = get_run_time();
726 idle_inject_set_duration(ii_dev, runtime, duration);
811 /* set default limit, maybe adjusted during runtime based on feedback */