Searched refs:KSM_SHARED (Results 1 – 1 of 1) sorted by relevance
12263 private static final int KSM_SHARED = 0; field in ActivityManagerService12276 longOut[KSM_SHARED] = longTmp[0] * ProcessList.PAGE_SIZE / 1024; in getKsmInfo()12889 if (ksm[KSM_SHARING] != 0 || ksm[KSM_SHARED] != 0 || ksm[KSM_UNSHARED] != 0 in dumpApplicationMemoryUsage()12893 pw.print(stringifyKBSize(ksm[KSM_SHARED])); in dumpApplicationMemoryUsage()12917 pw.print(ksm[KSM_SHARED]); pw.print(","); pw.print(ksm[KSM_UNSHARED]); in dumpApplicationMemoryUsage()13335 proto.write(MemInfoDumpProto.KSM_SHARED_KB, ksm[KSM_SHARED]); in dumpApplicationMemoryUsage()13568 if (ksm[KSM_SHARING] != 0 || ksm[KSM_SHARED] != 0 || ksm[KSM_UNSHARED] != 0 in reportMemUsage()13573 memInfoBuilder.append(stringifyKBSize(ksm[KSM_SHARED])); in reportMemUsage()