Date: Sat, 12 Apr 2003 15:33:24 -0700 (PDT) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sched_ule.c Message-ID: <200304122233.h3CMXOHU063535@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2003/04/12 15:33:24 PDT FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Unbreak priority prop. for timeshare threads. Always place something on the current queue if its priority is really elevated. This needs more work as there are cases where a next queue kse could be holding up what would be a curr queue kse, and thus hurting interactivity. Also, when a thread with an elevated priority has its priority lowered it should be placed back on the next queue. Revision Changes Path 1.28 +1 -3 src/sys/kern/sched_ule.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304122233.h3CMXOHU063535>