Searched refs:KSM_SHARED (Results 1 – 2 of 2) sorted by relevance
35 import static com.android.server.am.ActivityManagerService.KSM_SHARED;1501 if (ksm[KSM_SHARING] != 0 || ksm[KSM_SHARED] != 0 || ksm[KSM_UNSHARED] != 0 in reportMemUsage()1506 memInfoBuilder.append(stringifyKBSize(ksm[KSM_SHARED])); in reportMemUsage()
10355 static final int KSM_SHARED = 0; field in ActivityManagerService10368 longOut[KSM_SHARED] = longTmp[0] * ProcessList.PAGE_SIZE / 1024; in getKsmInfo()11105 if (ksm[KSM_SHARING] != 0 || ksm[KSM_SHARED] != 0 || ksm[KSM_UNSHARED] != 0 in dumpApplicationMemoryUsage()11109 pw.print(stringifyKBSize(ksm[KSM_SHARED])); in dumpApplicationMemoryUsage()11133 pw.print(ksm[KSM_SHARED]); pw.print(","); pw.print(ksm[KSM_UNSHARED]); in dumpApplicationMemoryUsage()11607 proto.write(MemInfoDumpProto.KSM_SHARED_KB, ksm[KSM_SHARED]); in dumpApplicationMemoryUsage()