Searched refs:tau (Results 1 – 1 of 1) sorted by relevance
41 } tau[NR_CPUS]; variable81 tau[cpu].grew = 1; in TAUupdate()92 tau[cpu].grew = 1; in TAUupdate()127 size = tau[cpu].high - tau[cpu].low; in tau_timeout()135 tau[cpu].low += 1; in tau_timeout()137 if ((tau[cpu].high - tau[cpu].low) != min_window){ in tau_timeout()144 tau[cpu].grew = 0; in tau_timeout()183 tau[cpu].low = 5; in TAU_init_smp()184 tau[cpu].high = 120; in TAU_init_smp()226 return ((tau[cpu].high << 16) | tau[cpu].low); in cpu_temp_both()[all …]
Completed in 3 milliseconds