Searched refs:FSS_NICE_MAX (Results 1 – 1 of 1) sorted by relevance
333 #define FSS_NICE_MAX (2 * NZERO - 1) macro334 #define FSS_NICE_RANGE (FSS_NICE_MAX - FSS_NICE_MIN + 1)1684 if (fssproc->fss_nice > FSS_NICE_MAX) in fss_enterclass()1685 fssproc->fss_nice = FSS_NICE_MAX; in fss_enterclass()2029 if (nice > FSS_NICE_MAX) in fss_parmsset()2030 nice = FSS_NICE_MAX; in fss_parmsset()2574 if (incr > FSS_NICE_MAX) in fss_donice()2575 incr = FSS_NICE_MAX; in fss_donice()2578 if (newnice > FSS_NICE_MAX) in fss_donice()2579 newnice = FSS_NICE_MAX; in fss_donice()