Searched refs:RECLAIM_PRIORITY_MIN (Results 1 – 6 of 6) sorted by relevance
112 } else if (targetPriority <= RECLAIM_PRIORITY_MIN) { in UpdatePriority()113 targetPriority = RECLAIM_PRIORITY_MIN; in UpdatePriority()
52 constexpr int RECLAIM_PRIORITY_MIN = -1000; variable
52 int lastPriority = RECLAIM_PRIORITY_MIN - 1; in ParseConfig()
110 …if (procName.size() == 0 || minPriority < RECLAIM_PRIORITY_MIN || minPriority > RECLAIM_PRIORITY_M… in ParseReclaimPriorityImportantBgAppsConfig()
53 reclaimConfig_.SetDefaultConfig(RECLAIM_PRIORITY_MIN, RECLAIM_PRIORITY_MAX, in InitDefaultConfig()
198 if (minPrio < RECLAIM_PRIORITY_MIN || minPrio > RECLAIM_PRIORITY_MAX) { in PsiHandlerInner()