Searched refs:KSM_SHARED (Results 1 – 1 of 1) sorted by relevance
12204 private static final int KSM_SHARED = 0; field in ActivityManagerService12217 longOut[KSM_SHARED] = longTmp[0] * ProcessList.PAGE_SIZE / 1024; in getKsmInfo()12811 if (ksm[KSM_SHARING] != 0 || ksm[KSM_SHARED] != 0 || ksm[KSM_UNSHARED] != 0 in dumpApplicationMemoryUsage()12815 pw.print(stringifyKBSize(ksm[KSM_SHARED])); in dumpApplicationMemoryUsage()12839 pw.print(ksm[KSM_SHARED]); pw.print(","); pw.print(ksm[KSM_UNSHARED]); in dumpApplicationMemoryUsage()13257 proto.write(MemInfoDumpProto.KSM_SHARED_KB, ksm[KSM_SHARED]); in dumpApplicationMemoryUsage()13490 if (ksm[KSM_SHARING] != 0 || ksm[KSM_SHARED] != 0 || ksm[KSM_UNSHARED] != 0 in reportMemUsage()13495 memInfoBuilder.append(stringifyKBSize(ksm[KSM_SHARED])); in reportMemUsage()