Home
last modified time | relevance | path

Searched refs:bmcServiceable (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-logging/test/openpower-pels/
H A Drepository_test.cpp476 EXPECT_EQ(stats.bmcServiceable, 0); in TEST_F()
493 EXPECT_EQ(stats.bmcServiceable, 4096); in TEST_F()
510 EXPECT_EQ(stats.bmcServiceable, 4096); in TEST_F()
527 EXPECT_EQ(stats.bmcServiceable, 4096); in TEST_F()
544 EXPECT_EQ(stats.bmcServiceable, 4096); in TEST_F()
560 EXPECT_EQ(stats.bmcServiceable, 0); in TEST_F()
575 EXPECT_EQ(stats.bmcServiceable, 0); in TEST_F()
590 EXPECT_EQ(stats.bmcServiceable, 0); in TEST_F()
605 EXPECT_EQ(stats.bmcServiceable, 0); in TEST_F()
660 EXPECT_EQ(sizes.bmcServiceable, 4096 * 6); // 30% of 20 PELs in TEST_F()
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Drepository.hpp124 uint64_t bmcServiceable; member
130 total(0), bmc(0), nonBMC(0), bmcServiceable(0), bmcInfo(0), in SizeStats()
H A Drepository.cpp531 adjustSize(_sizes.bmcServiceable); in updateRepoStats()
620 return _sizes.bmcServiceable > _maxRepoSize * 30 / 100; in prune()