Searched refs:compensated_ratio (Results 1 – 1 of 1) sorted by relevance
495 unsigned int compensated_ratio; in get_run_time() local511 compensated_ratio = powerclamp_data.target_ratio + in get_run_time()513 if (compensated_ratio <= 0) in get_run_time()514 compensated_ratio = 1; in get_run_time()516 runtime = duration * 100 / compensated_ratio - duration; in get_run_time()