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