Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h376 #define NOISE_THRESH 2 macro
/titanic_50/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c2014 if (prev_temp <= curr_temp - NOISE_THRESH) { in temp_trend()
2029 if (prev_temp >= curr_temp + NOISE_THRESH) { in temp_trend()