Home
last modified time | relevance | path

Searched refs:curr_temp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c1971 int curr_temp; in temp_trend() local
1983 curr_temp = tempstat->l2[curr_index]; in temp_trend()
2000 delta = curr_temp - tempstat->l2[PREV_L2_INDEX(curr_index)]; in temp_trend()
2002 trail_temp = prev_temp = curr_temp; in temp_trend()
2013 if (prev_temp <= curr_temp - NOISE_THRESH) { in temp_trend()
2028 if (prev_temp >= curr_temp + NOISE_THRESH) { in temp_trend()