Searched refs:maxPriority (Results 1 – 1 of 1) sorted by relevance
210 Double maxPriority = staticData.getData("max_schedulable_priority").isNumber().getValue(); in cloneJob() local211 if (priorityValue > maxPriority) { in cloneJob()212 priorityValue = maxPriority; in cloneJob()280 double maxPriority = maxSchedulableValue.isNumber().getValue(); in populatePriorities() local286 if (priorityValue <= maxPriority) { in populatePriorities()