Date: Sat, 6 Nov 2004 11:43:30 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm uma_core.c Message-ID: <200411061143.iA6BhUbf087469@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-11-06 11:43:30 UTC FreeBSD src repository Modified files: sys/vm uma_core.c Log: 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.110 +23 -7 src/sys/vm/uma_core.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411061143.iA6BhUbf087469>