cvs commit: src/sys/vm uma_core.c
Robert Watson
rwatson at FreeBSD.org
Mon Jan 3 09:10:08 PST 2005
rwatson 2005-01-03 17:10:08 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/vm uma_core.c
Log:
Merge uma_core.c:1.110 from HEAD to RELENG_5:
date: 2004/11/06 11:43:30; author: rwatson; state: Exp; lines: +23 -7
Abstract the logic to look up the uma_bucket_zone given a desired
number of entries into bucket_zone_lookup(), which helps make more
clear the logic of consumers of bucket zones.
Annotate the behavior of bucket_init() with a comment indicating
how the various data structures, including the bucket lookup tables,
are initialized.
Revision Changes Path
1.105.2.3 +23 -7 src/sys/vm/uma_core.c
More information about the cvs-src
mailing list