Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c1970 uint_t curr_index; in temp_trend() local
1982 curr_index = (L2_INDEX(tempstat->index) - 1) % L2_SZ; in temp_trend()
1983 curr_temp = tempstat->l2[curr_index]; in temp_trend()
1986 prev_index = curr_index; in temp_trend()
2000 delta = curr_temp - tempstat->l2[PREV_L2_INDEX(curr_index)]; in temp_trend()
2001 prev_index = curr_index; in temp_trend()