From owner-cvs-all@FreeBSD.ORG Sat Oct 30 12:19:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B00C716A4CE; Sat, 30 Oct 2004 12:19:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F77643D5C; Sat, 30 Oct 2004 12:19:15 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9UCJFgW048355; Sat, 30 Oct 2004 12:19:15 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9UCJFjN048354; Sat, 30 Oct 2004 12:19:15 GMT (envelope-from jeff) Message-Id: <200410301219.i9UCJFjN048354@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 30 Oct 2004 12:19:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2004 12:19:15 -0000 jeff 2004-10-30 12:19:15 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - When choosing a thread on the run queue, check to see if its nice is outside of the nice threshold due to a recently awoken thread with a lower nice value. This further reduces the amount of time a positively niced thread gets while running in conjunction with a workload that has many short sleeps (ie buildworld). Revision Changes Path 1.136 +4 -2 src/sys/kern/sched_ule.c