Searched refs:mem_compacted_total (Results 1 – 1 of 1) sorted by relevance
208 uint64_t mem_compacted_total = 0; in mem_compacted_kb() local211 if (!GetTotalMemCompacted(zram_dev_cstr, &mem_compacted_total)) { in mem_compacted_kb()214 return mem_compacted_total / 1024; in mem_compacted_kb()232 mem_compacted_total += mem_compacted; in mem_compacted_kb()235 return mem_compacted_total / 1024; // transform to KBs in mem_compacted_kb()