Date: Mon, 3 Jan 2005 17:10:08 +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: <200501031710.j03HA842040929@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501031710.j03HA842040929>