Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dsamples.py179activeCount = sum( [1 for sample in self.samples if sample.cpu_sample and sample.cpu_sample.sys + …
180 activeCount = activeCount + sum( [1 for sample in self.samples if sample.state == 'D'] )
181 self.active = (activeCount>2)
/openbmc/openpower-occ-control/
H A Docc_manager.cpp440 ++activeCount; in statusCallBack()
442 if (activeCount == 1) in statusCallBack()
448 if (activeCount == statusObjects.size()) in statusCallBack()
501 if (activeCount > 0) in statusCallBack()
503 --activeCount; in statusCallBack()
511 if (activeCount == 0) in statusCallBack()
521 "COUNT", activeCount, "INST", instance, "STATUS", status); in statusCallBack()
544 "COUNT", activeCount, "INST", instance, "STATUS", status); in statusCallBack()
861 if (activeCount > 0) in pollerTimerExpired()
1520 if (activeCount != statusObjects.size()) in occsNotAllRunning()
[all …]
H A Docc_manager.hpp111 return activeCount; in getNumOCCs()
218 uint8_t activeCount = 0; member in open_power::occ::Manager