Date: Tue, 1 Jun 2004 22:46:48 -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: <200406020546.i525km8n040972@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2004/06/01 22:46:48 PDT FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Run sched_balance() and sched_balance_groups() from hardclock via sched_clock() rather than using callouts. This means we no longer have to take the load of the callout thread into consideration while balancing and should make the balancing decisions simpler and more accurate. Tested on: x86/UP, amd64/SMP Revision Changes Path 1.106 +21 -38 src/sys/kern/sched_ule.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406020546.i525km8n040972>