Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 12/20/2007 23:49:11
Module Name:	src
Committed By:	ad
Date:		Thu Dec 20 23:49:11 UTC 2007

Modified Files:
	src/sys/kern: subr_pool.c
	src/sys/sys: pool.h
	src/usr.bin/vmstat: vmstat.c

Log Message:
- Support two different sizes of pool_cache group. The default has 14 or 15
  items, and the new large groups (for busy caches) have 62 or 63 items.
- Add PR_LARGECACHE flag as a hint that a pool_cache should use large groups.
  This should be eventually be tuned at runtime.
- Report group size for vmstat -C.


To generate a diff of this commit:
cvs rdiff -r1.141 -r1.142 src/sys/kern/subr_pool.c
cvs rdiff -r1.59 -r1.60 src/sys/sys/pool.h
cvs rdiff -r1.155 -r1.156 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.