Searched refs:bmcServiceable (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | repository_test.cpp | 488 EXPECT_EQ(stats.bmcServiceable, 0); in TEST_F() 505 EXPECT_EQ(stats.bmcServiceable, 4096); in TEST_F() 522 EXPECT_EQ(stats.bmcServiceable, 4096); in TEST_F() 539 EXPECT_EQ(stats.bmcServiceable, 4096); in TEST_F() 556 EXPECT_EQ(stats.bmcServiceable, 4096); in TEST_F() 572 EXPECT_EQ(stats.bmcServiceable, 0); in TEST_F() 587 EXPECT_EQ(stats.bmcServiceable, 0); in TEST_F() 602 EXPECT_EQ(stats.bmcServiceable, 0); in TEST_F() 617 EXPECT_EQ(stats.bmcServiceable, 0); in TEST_F() 672 EXPECT_EQ(sizes.bmcServiceable, 4096 * 6); // 30% of 20 PELs in TEST_F() [all …]
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | repository.hpp | 124 uint64_t bmcServiceable; member 130 total(0), bmc(0), nonBMC(0), bmcServiceable(0), bmcInfo(0), in SizeStats()
|
H A D | repository.cpp | 541 adjustSize(_sizes.bmcServiceable); in updateRepoStats() 630 return _sizes.bmcServiceable > _maxRepoSize * 30 / 100; in prune()
|