Searched refs:temp_history (Results 1 – 2 of 2) sorted by relevance
294 s32 temp_history[CPU_TEMP_HISTORY_SIZE]; member
854 state->temp_history[state->cur_temp] = temp; in do_cpu_pid()868 state->temp_history[state->cur_temp] = temp; in do_cpu_pid()898 derivative = state->temp_history[state->cur_temp] - in do_cpu_pid()899 state->temp_history[(state->cur_temp + CPU_TEMP_HISTORY_SIZE - 1) in do_cpu_pid()