Date: Sat, 31 Jan 2004 18:46:47 -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_4bsd.c Message-ID: <200402010246.i112klt8019452@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2004/01/31 18:46:47 PST FreeBSD src repository Modified files: sys/kern sched_4bsd.c Log: - Keep a variable 'sched_tdcnt' that is used for the local implementation of sched_load(). This variable tracks the number of running and runnable non ithd threads. This removes the need to traverse the proc table and discover how many threads are runnable. Revision Changes Path 1.32 +19 -2 src/sys/kern/sched_4bsd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402010246.i112klt8019452>