Searched refs:GetRefaultThreshold (Results 1 – 4 of 4) sorted by relevance
118 …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::ZswapdParam215 dprintf(fd, " refaultThreshold: %u\n", (*it)->GetRefaultThreshold()); in Dump()
43 unsigned int GetRefaultThreshold();
172 content += " " + std::to_string((*i)->GetRefaultThreshold()); in WriteReclaimRatiosConfigToKernel()
214 ….SetRatiosByValue((*i)->GetMem2zramRatio(), (*i)->GetZram2ufsRatio(), (*i)->GetRefaultThreshold()); in GetReclaimRatiosByScore_()