Searched refs:isPerfFirst (Results 1 – 1 of 1) sorted by relevance
440 bool isPerfFirst = (type == ACTION_TYPE_PERF || type == ACTION_TYPE_PERFLVL); in InnerArbitrateCandidatesValue() local442 int64_t res = isPerfFirst ? MIN_INT_VALUE : MAX_INT_VALUE; in InnerArbitrateCandidatesValue()446 if (((*iter)->value > res && isPerfFirst) in InnerArbitrateCandidatesValue()447 || ((*iter)->value < res && !isPerfFirst)) { in InnerArbitrateCandidatesValue()