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)1686 if (fssproc->fss_nice > FSS_NICE_MAX) in fss_enterclass()1687 fssproc->fss_nice = FSS_NICE_MAX; in fss_enterclass()2032 if (nice > FSS_NICE_MAX) in fss_parmsset()2033 nice = FSS_NICE_MAX; in fss_parmsset()2681 if (incr > FSS_NICE_MAX) in fss_donice()2682 incr = FSS_NICE_MAX; in fss_donice()2685 if (newnice > FSS_NICE_MAX) in fss_donice()2686 newnice = FSS_NICE_MAX; in fss_donice()