From owner-cvs-all Sun Apr 7 21:49: 2 2002 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 5C70337B416; Sun, 7 Apr 2002 21:48:58 -0700 (PDT) Received: (from jeff@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g384mw672306; Sun, 7 Apr 2002 21:48:58 -0700 (PDT) (envelope-from jeff) Message-Id: <200204080448.g384mw672306@freefall.freebsd.org> From: Jeff Roberson Date: Sun, 7 Apr 2002 21:48:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm uma.h uma_core.c 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 jeff 2002/04/07 21:48:58 PDT Modified files: sys/vm uma.h uma_core.c Log: Implement uma_zdestroy(). It's prototype changed slightly. I decided that I didn't like the wait argument and that if you were removing a zone it had better be empty. Also, I broke out part of hash_expand and made a seperate hash_free() for use in uma_zdestroy. Revision Changes Path 1.4 +2 -7 src/sys/vm/uma.h 1.8 +76 -23 src/sys/vm/uma_core.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message