From owner-cvs-all Tue Nov 13 13:55:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D2C1F37B405; Tue, 13 Nov 2001 13:55:13 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fADLtDO22424; Tue, 13 Nov 2001 13:55:13 -0800 (PST) (envelope-from dillon) Message-Id: <200111132155.fADLtDO22424@freefall.freebsd.org> From: Matt Dillon Date: Tue, 13 Nov 2001 13:55:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_lock.c kern_mtxpool.c kern_sx.c subr_param.c src/sys/sys kernel.h mutex.h sx.h src/sys/conf files X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/11/13 13:55:13 PST Modified files: sys/kern kern_lock.c kern_sx.c subr_param.c sys/sys mutex.h kernel.h sx.h sys/conf files Added files: sys/kern kern_mtxpool.c Log: Create a mutex pool API for short term leaf mutexes. Replace the manual mutex pool in kern_lock.c (lockmgr locks) with the new API. Replace the mutexes embedded in sxlocks with the new API. Revision Changes Path 1.581 +1 -0 src/sys/conf/files 1.52 +14 -38 src/sys/kern/kern_lock.c 1.1 +112 -0 src/sys/kern/kern_mtxpool.c (new) 1.14 +27 -28 src/sys/kern/kern_sx.c 1.46 +1 -9 src/sys/kern/subr_param.c 1.97 +1 -0 src/sys/sys/kernel.h 1.45 +7 -0 src/sys/sys/mutex.h 1.15 +1 -1 src/sys/sys/sx.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message