Date: Mon, 3 Mar 2003 18:45:59 -0800 (PST) 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: <200303040245.h242jxu0059318@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2003/03/03 18:45:59 PST
FreeBSD src repository
Modified files:
sys/kern sched_ule.c
Log:
- Create a function sched_interact_score() which decides on the
interactivity of a kseg and assigns it a value of 0 through 100.
- Use sched_interact_score() to determine the dynamic priority.
- Define SCHED_CURR() in terms of sched_interact_score().
- Adjust the maximum slice back down to 100ms.
- Remove redundant clearing of ke_runq in sched_wakeup()
- Clean up #defines and comment them.
Revision Changes Path
1.16 +87 -71 src/sys/kern/sched_ule.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303040245.h242jxu0059318>
