Searched refs:kIonTotalPoolsPathForLegacy (Results 1 – 2 of 2) sorted by relevance
90 const char *const kIonTotalPoolsPathForLegacy; variable
103 kIonTotalPoolsPathForLegacy("/sys/kernel/ion/total_pools_kb"), in MmMetricsReporter()175 if (!ReadFileToUint(kIonTotalPoolsPathForLegacy, &res) || (res == 0)) { in getIonTotalPools()