]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Rename SCHED_PRI_NTHRESH to SCHED_SLICE_NTHRESH since it is only used in
authorjeff <jeff@FreeBSD.org>
Sun, 2 Nov 2003 04:10:15 +0000 (04:10 +0000)
committerjeff <jeff@FreeBSD.org>
Sun, 2 Nov 2003 04:10:15 +0000 (04:10 +0000)
commit5c293e491d69436f938aa3d9c14f6604a3b091b1
treec25930a4729db8e97275ceb1b51b929eb845665d
parent9bc370feb5a081c448d78c81b117ff22601aab4b
 - Rename SCHED_PRI_NTHRESH to SCHED_SLICE_NTHRESH since it is only used in
   slice assignment.  Add a comment describing what it does.
 - Remove a stale XXX comment, the nice should not impact the interactivity,
   nice adjustments only effect non-interactive tasks in ULE.
 - Don't allow nice -20 tasks to totally starve nice 0 tasks.  Give them at
   least SCHED_SLICE_MIN ticks.  We still allow nice 0 tasks to starve nice
   +20 tasks as intended.
sys/kern/sched_ule.c