Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A Dsensor.hpp35 int numCollectsGood = 0; member
154 if ((inst.numCollectsGood == 0) && (inst.numCollectsMiss == 0)) in updateInstrumentation()
169 << inst.numCollectsGood in updateInstrumentation()
183 if ((inst.numStreakGreats == 0) && (inst.numCollectsGood != 0)) in updateInstrumentation()
187 << inst.numCollectsGood in updateInstrumentation()
193 if (inst.numCollectsGood == 0) in updateInstrumentation()
203 ++(inst.numCollectsGood); in updateInstrumentation()