From owner-cvs-src@FreeBSD.ORG Sat Nov 6 11:43:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8BF216A4CE; Sat, 6 Nov 2004 11:43:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B863E43D2D; Sat, 6 Nov 2004 11:43:30 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iA6BhU1N087470; Sat, 6 Nov 2004 11:43:30 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iA6BhUbf087469; Sat, 6 Nov 2004 11:43:30 GMT (envelope-from rwatson) Message-Id: <200411061143.iA6BhUbf087469@repoman.freebsd.org> From: Robert Watson Date: Sat, 6 Nov 2004 11:43:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Nov 2004 11:43:31 -0000 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