Home
last modified time | relevance | path

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

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