Searched refs:activeCount (Results 1 – 3 of 3) sorted by relevance
/openbmc/openpower-occ-control/ |
H A D | occ_manager.cpp | 466 ++activeCount; in statusCallBack() 469 if (activeCount == 1) in statusCallBack() 476 if (activeCount == statusObjects.size()) in statusCallBack() 523 if (activeCount > 0) in statusCallBack() 525 --activeCount; in statusCallBack() 533 if (activeCount == 0) in statusCallBack() 543 "COUNT", activeCount, "INST", instance, "STATUS", status); in statusCallBack() 568 "COUNT", activeCount, "INST", instance, "STATUS", status); in statusCallBack() 928 if (activeCount > 0) in pollerTimerExpired() 1591 if (activeCount != statusObjects.size()) in occsNotAllRunning() [all …]
|
H A D | occ_manager.hpp | 129 return activeCount; in getNumOCCs() 227 uint8_t activeCount = 0; member
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | samples.py | 169 …activeCount = sum( [1 for sample in self.samples if sample.cpu_sample and sample.cpu_sample.sys + … 170 activeCount = activeCount + sum( [1 for sample in self.samples if sample.state == 'D'] ) 171 self.active = (activeCount>2)
|