Searched refs:zram_dev_cstr (Results 1 – 1 of 1) sorted by relevance
148 uint64_t SysMemInfo::mem_zram_kb(const char* zram_dev_cstr) const { in mem_zram_kb()150 if (zram_dev_cstr) { in mem_zram_kb()151 if (!MemZramDevice(zram_dev_cstr, &mem_zram_total)) { in mem_zram_kb()207 uint64_t SysMemInfo::mem_compacted_kb(const char* zram_dev_cstr) { in mem_compacted_kb() argument209 if (zram_dev_cstr) { in mem_compacted_kb()211 if (!GetTotalMemCompacted(zram_dev_cstr, &mem_compacted_total)) { in mem_compacted_kb()