Lines Matching refs:low
39 unsigned char low; member
61 mtspr(SPRN_THRM1, THRM1_THRES(tau[cpu].low) | THRM1_V | maybe_tie | THRM1_TID); in set_thresholds()
78 if (tau[cpu].low >= step_size) { in TAUupdate()
79 tau[cpu].low -= step_size; in TAUupdate()
90 tau[cpu].low += (step_size - window_expand); in TAUupdate()
128 size = tau[cpu].high - tau[cpu].low; in tau_timeout()
133 tau[cpu].low += shrink; in tau_timeout()
136 tau[cpu].low += 1; in tau_timeout()
138 if ((tau[cpu].high - tau[cpu].low) != min_window){ in tau_timeout()
184 tau[cpu].low = 5; in TAU_init_smp()
227 return ((tau[cpu].high << 16) | tau[cpu].low); in cpu_temp_both()
232 return ((tau[cpu].high + tau[cpu].low) / 2); in cpu_temp()