Searched refs:temp_history (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dtherm_pm72.h294 s32 temp_history[CPU_TEMP_HISTORY_SIZE]; member in struct:cpu_pid_state
H A Dtherm_pm72.c739 state->temp_history[state->cur_temp] = temp;
753 state->temp_history[state->cur_temp] = temp;
783 derivative = state->temp_history[state->cur_temp] -
784 state->temp_history[(state->cur_temp + CPU_TEMP_HISTORY_SIZE - 1)

Completed in 55 milliseconds