Searched refs:swapOutKBSinceKernelBoot (Results 1 – 2 of 2) sorted by relevance
109 unsigned long long swapOutKBSinceKernelBoot = 0; in Init() local110 if (GetSwapOutKBSinceKernelBoot(swapOutKBSinceKernelBoot)) { in Init()111 HILOGI("swapOutKBSinceKernelBoot=%{public}llu KB", swapOutKBSinceKernelBoot); in Init()112 lastSwapOutKB_ = swapOutKBSinceKernelBoot; in Init()113 nowSwapOutKB_ = swapOutKBSinceKernelBoot; in Init()
57 unsigned long long swapOutKBSinceKernelBoot = 0; variable58 …_EQ(NandLifeController::GetInstance().GetSwapOutKBSinceKernelBoot(swapOutKBSinceKernelBoot), true);