Searched refs:maxPrio (Results 1 – 2 of 2) sorted by relevance
203 const int maxPrio = sched_get_priority_max(policy); in Start() local204 if ((minPrio == EINVAL) || (maxPrio == EINVAL)) in Start()215 param.sched_priority = (minPrio + maxPrio) / 2; in Start()218 param.sched_priority = maxPrio - 3; in Start()221 param.sched_priority = maxPrio - 2; in Start()224 param.sched_priority = maxPrio - 1; in Start()
552 int maxPrio, parentMaxPrio; in test_setMaxPriorityI() local562 maxPrio = current.getMaxPriority(); in test_setMaxPriorityI()571 maxPrio == parentMaxPrio - 1); in test_setMaxPriorityI()572 current.setMaxPriority(maxPrio - 1); in test_setMaxPriorityI()577 .getMaxPriority() == maxPrio - 1); in test_setMaxPriorityI()