Searched refs:idsWithHwIsoEntry (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | repository.cpp | 613 const std::vector<uint32_t>& idsWithHwIsoEntry) in prune() argument 680 removePELs(overBMCInfoLimit, isBMCInfo, idsWithHwIsoEntry, obmcLogIDs); in prune() 681 removePELs(overBMCNonInfoLimit, isBMCNonInfo, idsWithHwIsoEntry, in prune() 683 removePELs(overNonBMCInfoLimit, isNonBMCInfo, idsWithHwIsoEntry, in prune() 685 removePELs(overNonBMCNonInfoLimit, isNonBMCNonInfo, idsWithHwIsoEntry, in prune() 692 removePELs(tooManyPELsLimit, isAnyPEL, idsWithHwIsoEntry, obmcLogIDs); in prune() 706 const std::vector<uint32_t>& idsWithHwIsoEntry, in removePELs() argument 746 auto idFound = std::find(idsWithHwIsoEntry.begin(), in removePELs() 747 idsWithHwIsoEntry.end(), removedID); in removePELs() 748 if (idFound != idsWithHwIsoEntry.end()) in removePELs()
|
H A D | repository.hpp | 406 std::vector<uint32_t> prune(const std::vector<uint32_t>& idsWithHwIsoEntry); 570 const std::vector<uint32_t>& idsWithHwIsoEntry,
|
H A D | manager.cpp | 304 void Manager::getLogIDWithHwIsolation(std::vector<uint32_t>& idsWithHwIsoEntry) in getLogIDWithHwIsolation() argument 306 idsWithHwIsoEntry = _dataIface->getLogIDWithHwIsolation(); in getLogIDWithHwIsolation() 558 auto idsWithHwIsoEntry = _dataIface->getLogIDWithHwIsolation(); in pruneRepo() 560 auto idsToDelete = _repo.prune(idsWithHwIsoEntry); in pruneRepo() 553 auto idsWithHwIsoEntry = _dataIface->getLogIDWithHwIsolation(); pruneRepo() local
|
H A D | manager.hpp | 134 void getLogIDWithHwIsolation(std::vector<uint32_t>& idsWithHwIsoEntry);
|