Searched refs:busy_frac (Results 1 – 1 of 1) sorted by relevance
1619 int32_t busy_frac, boost; in get_target_pstate() local1622 busy_frac = div_fp(sample->mperf << cpu->aperf_mperf_shift, in get_target_pstate()1628 if (busy_frac < boost) in get_target_pstate()1629 busy_frac = boost; in get_target_pstate()1631 sample->busy_scaled = busy_frac * 100; in get_target_pstate()1636 target = mul_fp(target, busy_frac); in get_target_pstate()