Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/26/2001 22:05:04
Module Name:	syssrc
Committed By:	thorpej
Date:		Thu Jul 26 19:05:04 UTC 2001

Modified Files:
	syssrc/sys/kern: uipc_mbuf.c
	syssrc/sys/sys: mbuf.h

Log Message:
Use pool_cache_*() for mbufs and clusters.  While we don't use the
ctor/dtor feature, it's still faster to allocate from the cache groups
than it is from the pool (cache groups are analogous to "magazines"
in the Solaris SLAB allocator).


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 syssrc/sys/kern/uipc_mbuf.c
cvs rdiff -r1.59 -r1.60 syssrc/sys/sys/mbuf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.