Home
last modified time | relevance | path

Searched refs:swapOutKBSinceBirth_ (Results 1 - 2 of 2) sorted by relevance

/foundation/resourceschedule/memmgr/services/memmgrservice/src/nandlife_controller/
H A Dnandlife_controller.cpp167 swapOutKBSinceBirth_ = ReadUnsignedLongLongParam(SWAP_OUT_KB_FROM_BIRTH_PARAM); in LoadNandLifeParam()
168 if (errno == ERANGE || swapOutKBSinceBirth_ == ULLONG_MAX) { in LoadNandLifeParam()
169 HILOGI("[%{public}llu] invalid value of swapOutKBSinceBirth_", iter_); in LoadNandLifeParam()
172 HILOGI("[%{public}llu] swapOutKBSinceBirth_=%{public}llu", iter_, swapOutKBSinceBirth_); in LoadNandLifeParam()
240 bool reachedTotalLimit = swapOutKBSinceBirth_ >= TOTAL_SWAP_OUT_QUOTA_KB; in CheckReachedTotalLimit()
241 HILOGI("[%{public}llu] swapOutKBSinceBirth_(%{public}llu) %{public}s TOTAL_SWAP_OUT_QUOTA_KB(%{public}llu)", in CheckReachedTotalLimit()
242 iter_, swapOutKBSinceBirth_, (reachedTotalLimit ? ">=" : "<"), TOTAL_SWAP_OUT_QUOTA_KB); in CheckReachedTotalLimit()
286 swapOutKBSinceBirth_ += increasedSwapOutKB; in CheckSwapOut()
294 if (swapOutKBSinceBirth_ < TOTAL_SWAP_OUT_QUOTA_K in CheckSwapOut()
[all...]
/foundation/resourceschedule/memmgr/services/memmgrservice/include/nandlife_controller/
H A Dnandlife_controller.h44 unsigned long long swapOutKBSinceBirth_ = 0; member in OHOS::Memory::NandLifeController

Completed in 2 milliseconds