Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Drepository.cpp670 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()
694 void Repository::removePELs(const IsOverLimitFunc& isOverLimit, in removePELs() function in openpower::pels::Repository
H A Drepository.hpp568 void removePELs(const IsOverLimitFunc& isOverLimit,