Searched refs:cpu_thist_pt (Results 1 – 3 of 3) sorted by relevance
67 static int cpu_thist_pt; variable158 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp()159 cpu_thist[cpu_thist_pt] = temp; in cpu_check_overtemp()160 cpu_thist_pt = (cpu_thist_pt + 1) % CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()
93 static int cpu_thist_pt; variable224 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp()225 cpu_thist[cpu_thist_pt] = temp; in cpu_check_overtemp()226 cpu_thist_pt = (cpu_thist_pt + 1) % CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()
76 static int cpu_thist_pt; variable164 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp()165 cpu_thist[cpu_thist_pt] = temp; in cpu_check_overtemp()166 cpu_thist_pt = (cpu_thist_pt + 1) % CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()