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.cpp680 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()
704 void Repository::removePELs(const IsOverLimitFunc& isOverLimit, in removePELs() function in openpower::pels::Repository
H A Drepository.hpp568 void removePELs(const IsOverLimitFunc& isOverLimit,