Home
last modified time | relevance | path

Searched refs:GetRefaultThreshold (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/memmgr/common/src/config/
H A Dreclaim_config.cpp118 …if (zswapdParam->GetRefaultThreshold() < 0 || zswapdParam->GetRefaultThreshold() > MAX_UNINTPARAM)… in CheckZswapdParam()
121 refaultThreshold = zswapdParam->GetRefaultThreshold(); in CheckZswapdParam()
195 unsigned int ZswapdParam::GetRefaultThreshold() in GetRefaultThreshold() function in OHOS::Memory::ZswapdParam
215 dprintf(fd, " refaultThreshold: %u\n", (*it)->GetRefaultThreshold()); in Dump()
/ohos5.0/foundation/resourceschedule/memmgr/common/include/config/
H A Dreclaim_config.h43 unsigned int GetRefaultThreshold();
/ohos5.0/foundation/resourceschedule/memmgr/common/src/
H A Dmemmgr_config_manager.cpp172 content += " " + std::to_string((*i)->GetRefaultThreshold()); in WriteReclaimRatiosConfigToKernel()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_strategy_manager/
H A Dreclaim_strategy_manager.cpp214 ….SetRatiosByValue((*i)->GetMem2zramRatio(), (*i)->GetZram2ufsRatio(), (*i)->GetRefaultThreshold()); in GetReclaimRatiosByScore_()