Searched refs:compensated_ratio (Results 1 – 1 of 1) sorted by relevance
466 unsigned int compensated_ratio; in get_run_time() local482 compensated_ratio = powerclamp_data.target_ratio + in get_run_time()484 if (compensated_ratio <= 0) in get_run_time()485 compensated_ratio = 1; in get_run_time()487 runtime = duration * 100 / compensated_ratio - duration; in get_run_time()
Completed in 6 milliseconds