Searched refs:RECLAIM_PRIORITY_KILLABLE_SYSTEM (Results 1 – 6 of 6) sorted by relevance
29 constexpr int RECLAIM_PRIORITY_KILLABLE_SYSTEM = -800; variable52 { RECLAIM_PRIORITY_KILLABLE_SYSTEM, "Persistent" },
26 } else if (priority < RECLAIM_PRIORITY_KILLABLE_SYSTEM) { in GetReclaimPriorityString()29 return ReclaimPriorityMapping.at(RECLAIM_PRIORITY_KILLABLE_SYSTEM); in GetReclaimPriorityString()
24 constexpr int RECLAIM_PRIORITY_KILLABLE_SYSTEM = -800; variable
48 constexpr int RECLAIM_PRIORITY_KILLABLE_SYSTEM = -800; variable67 { RECLAIM_PRIORITY_KILLABLE_SYSTEM, "Persistent" },
222 OomScoreAdjUtils::WriteOomScoreAdjToKernel(pid, RECLAIM_PRIORITY_KILLABLE_SYSTEM); in HandlePreStartedProcs()599 if (IsKillableSystemApp(bundle) && proc.priority_ > RECLAIM_PRIORITY_KILLABLE_SYSTEM) { in HandleCreateProcess()600 proc.priority_ = RECLAIM_PRIORITY_KILLABLE_SYSTEM; in HandleCreateProcess()751 …if (proc.priority_ <= RECLAIM_PRIORITY_KILLABLE_SYSTEM || bundle->priority_ <= RECLAIM_PRIORITY_KI… in UpdateExtensionStatusForTarget()922 if (bundle->priority_ <= RECLAIM_PRIORITY_KILLABLE_SYSTEM) { in UpdateReclaimPriorityInner()
973 } else if (priority < RECLAIM_PRIORITY_KILLABLE_SYSTEM) { in GetReclaimPriorityString()976 return ReclaimPriorityMapping.at(RECLAIM_PRIORITY_KILLABLE_SYSTEM); in GetReclaimPriorityString()