Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A Dsensor.hpp44 int numCollectsGood = 0; member
163 if ((inst.numCollectsGood == 0) && (inst.numCollectsMiss == 0)) in updateInstrumentation()
178 << inst.numCollectsGood in updateInstrumentation()
192 if ((inst.numStreakGreats == 0) && (inst.numCollectsGood != 0)) in updateInstrumentation()
196 << inst.numCollectsGood in updateInstrumentation()
202 if (inst.numCollectsGood == 0) in updateInstrumentation()
212 ++(inst.numCollectsGood); in updateInstrumentation()