Searched refs:KSM_SHARED (Results 1 – 1 of 1) sorted by relevance
14036 private static final int KSM_SHARED = 0; field in ActivityManagerService14049 longOut[KSM_SHARED] = longTmp[0] * ProcessList.PAGE_SIZE / 1024; in getKsmInfo()14449 if (ksm[KSM_SHARING] != 0 || ksm[KSM_SHARED] != 0 || ksm[KSM_UNSHARED] != 0 in dumpApplicationMemoryUsage()14453 pw.print(ksm[KSM_SHARED]); pw.println(" kB"); in dumpApplicationMemoryUsage()14477 pw.print(ksm[KSM_SHARED]); pw.print(","); pw.print(ksm[KSM_UNSHARED]); in dumpApplicationMemoryUsage()14700 if (ksm[KSM_SHARING] != 0 || ksm[KSM_SHARED] != 0 || ksm[KSM_UNSHARED] != 0 in reportMemUsage()14704 memInfoBuilder.append(ksm[KSM_SHARED]); memInfoBuilder.append(" kB\n"); in reportMemUsage()