Searched refs:lastCompactAction (Results 1 – 2 of 2) sorted by relevance
704 int pendingAction, lastCompactAction; in handleMessage() local729 lastCompactAction = proc.lastCompactAction; in handleMessage()748 if ((lastCompactAction == COMPACT_PROCESS_SOME in handleMessage()750 || (lastCompactAction == COMPACT_PROCESS_FULL in handleMessage()762 if ((lastCompactAction == COMPACT_PROCESS_SOME in handleMessage()764 || (lastCompactAction == COMPACT_PROCESS_FULL in handleMessage()894 lastCompactAction, lastCompactTime, lastOomAdj, procState, in handleMessage()903 rssAfter[3], time, lastCompactAction, lastCompactTime, in handleMessage()909 proc.lastCompactAction = pendingAction; in handleMessage()
167 int lastCompactAction; // The most recent compaction action performed for this app. field in ProcessRecord451 pw.print(" lastCompactAction="); pw.println(lastCompactAction); in dump()