Date: Sat, 20 Dec 2003 14:35:20 -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: <200312202235.hBKMZK3t083760@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2003/12/20 14:35:20 PST FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Make our transfer decisions based on load and not transferable load. A cpu could have been bogged down with non-transferable load and still not migrated a new thread to an idle cpu. This required some benchmarking and tuning to get right as the comment above it suggests. Revision Changes Path 1.94 +1 -7 src/sys/kern/sched_ule.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312202235.hBKMZK3t083760>