Searched refs:FSS_NICE_MIN (Results 1 – 1 of 1) sorted by relevance
331 #define FSS_NICE_MIN 0 macro333 #define FSS_NICE_RANGE (FSS_NICE_MAX - FSS_NICE_MIN + 1)2579 else if (newnice < FSS_NICE_MIN) in fss_donice()2580 newnice = FSS_NICE_MIN; in fss_donice()