Home
last modified time | relevance | path

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

/foundation/resourceschedule/memmgr/services/memmgrservice/src/nandlife_controller/
H A Dnandlife_controller.cpp281 unsigned long long increasedSwapOutKB = nowSwapOutKB_ - lastSwapOutKB_; in CheckSwapOut() local
282 HILOGE("[%{public}llu] lastSwapOutKB_=%{public}llu, nowSwapOutKB_=%{public}llu, increasedSwapOutKB=%{public}llu", in CheckSwapOut()
283 iter_, lastSwapOutKB_, nowSwapOutKB_, increasedSwapOutKB); in CheckSwapOut()
285 swapOutKBToday_ += increasedSwapOutKB; in CheckSwapOut()
286 swapOutKBSinceBirth_ += increasedSwapOutKB; in CheckSwapOut()

Completed in 1 milliseconds