Searched refs:newActiveMaxJobCount (Results 1 – 1 of 1) sorted by relevance
3661 int newActiveMaxJobCount = Math.max(MIN_BUCKET_JOB_COUNT, MAX_JOB_COUNT_ACTIVE); in processConstantLocked() local3662 if (mMaxBucketJobCounts[ACTIVE_INDEX] != newActiveMaxJobCount) { in processConstantLocked()3663 mMaxBucketJobCounts[ACTIVE_INDEX] = newActiveMaxJobCount; in processConstantLocked()