Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 10/02/2005 17:29:32
Module Name: src
Committed By: chs
Date: Sun Oct 2 17:29:32 UTC 2005
Modified Files:
src/sys/kern: subr_pool.c
src/sys/sys: pool.h
src/usr.bin/vmstat: vmstat.c
Log Message:
optimize pool_caches similarly to how I optimized pools before:
split the single list of pool cache groups into three lists:
completely full, partially full, and completely empty.
use LIST instead of TAILQ where appropriate.
To generate a diff of this commit:
cvs rdiff -r1.101 -r1.102 src/sys/kern/subr_pool.c
cvs rdiff -r1.45 -r1.46 src/sys/sys/pool.h
cvs rdiff -r1.136 -r1.137 src/usr.bin/vmstat/vmstat.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.