Searched refs:RECLAIM_PRIORITY_VISIBLE (Results 1 – 8 of 8) sorted by relevance
33 constexpr int RECLAIM_PRIORITY_VISIBLE = 50; variable54 { RECLAIM_PRIORITY_VISIBLE, "visible" },
30 } else if (priority < RECLAIM_PRIORITY_VISIBLE) { in GetReclaimPriorityString()33 return ReclaimPriorityMapping.at(RECLAIM_PRIORITY_VISIBLE); in GetReclaimPriorityString()
108 int bundlePriority = RECLAIM_PRIORITY_VISIBLE;115 EXPECT_NE(recalcPriority, RECLAIM_PRIORITY_VISIBLE);
450 EXPECT_EQ(proc.priority_, RECLAIM_PRIORITY_VISIBLE);
28 constexpr int RECLAIM_PRIORITY_VISIBLE = 50; variable
52 constexpr int RECLAIM_PRIORITY_VISIBLE = 50; variable69 { RECLAIM_PRIORITY_VISIBLE, "visible" },
977 } else if (priority < RECLAIM_PRIORITY_VISIBLE) { in GetReclaimPriorityString()980 return ReclaimPriorityMapping.at(RECLAIM_PRIORITY_VISIBLE); in GetReclaimPriorityString()
1016 if (proc.priority_ > RECLAIM_PRIORITY_VISIBLE) { in UpdatePriorityByProcStatus()1017 proc.SetPriority(RECLAIM_PRIORITY_VISIBLE); in UpdatePriorityByProcStatus()