Searched refs:PRIO_MIN (Results 1 – 3 of 3) sorted by relevance
27 my_new_priority = (my_priority == PRIO_MIN) ? (my_priority + 10) : (PRIO_MIN);
136 #define PRIO_MIN -20 macro
554 if (n < PRIO_MIN) { in donice()555 n = PRIO_MIN; in donice()