Searched refs:idsWithHwIsoEntry (Results 1 – 4 of 4) sorted by relevance
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | repository.cpp | 603 const std::vector<uint32_t>& idsWithHwIsoEntry) in prune() argument 670 removePELs(overBMCInfoLimit, isBMCInfo, idsWithHwIsoEntry, obmcLogIDs); in prune() 671 removePELs(overBMCNonInfoLimit, isBMCNonInfo, idsWithHwIsoEntry, in prune() 673 removePELs(overNonBMCInfoLimit, isNonBMCInfo, idsWithHwIsoEntry, in prune() 675 removePELs(overNonBMCNonInfoLimit, isNonBMCNonInfo, idsWithHwIsoEntry, in prune() 682 removePELs(tooManyPELsLimit, isAnyPEL, idsWithHwIsoEntry, obmcLogIDs); in prune() 696 const std::vector<uint32_t>& idsWithHwIsoEntry, in removePELs() argument 736 auto idFound = std::find(idsWithHwIsoEntry.begin(), in removePELs() 737 idsWithHwIsoEntry.end(), removedID); in removePELs() 738 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 | 292 void Manager::getLogIDWithHwIsolation(std::vector<uint32_t>& idsWithHwIsoEntry) in getLogIDWithHwIsolation() argument 294 idsWithHwIsoEntry = _dataIface->getLogIDWithHwIsolation(); in getLogIDWithHwIsolation() 550 auto idsWithHwIsoEntry = _dataIface->getLogIDWithHwIsolation(); in pruneRepo() local 552 auto idsToDelete = _repo.prune(idsWithHwIsoEntry); in pruneRepo()
|
| H A D | manager.hpp | 134 void getLogIDWithHwIsolation(std::vector<uint32_t>& idsWithHwIsoEntry);
|