Searched refs:maxPriority (Results 1 – 1 of 1) sorted by relevance
220 Double maxPriority = staticData.getData("max_schedulable_priority").isNumber().getValue(); in cloneJob() local221 if (priorityValue > maxPriority) { in cloneJob()222 priorityValue = maxPriority; in cloneJob()290 double maxPriority = maxSchedulableValue.isNumber().getValue(); in populatePriorities() local296 if (priorityValue <= maxPriority) { in populatePriorities()