From owner-cvs-all Wed Apr 24 11: 6:24 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 6367237B419; Wed, 24 Apr 2002 11:06:18 -0700 (PDT) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3OI6Ik89424; Wed, 24 Apr 2002 11:06:18 -0700 (PDT) (envelope-from arr) Message-Id: <200204241806.g3OI6Ik89424@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Wed, 24 Apr 2002 11:06:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netatm atm_cm.c atm_subr.c atm_var.h 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 arr 2002/04/24 11:06:18 PDT Modified files: sys/netatm atm_cm.c atm_subr.c atm_var.h Log: - Remove atm_attributes_pool and the relating atm_allocate() and atm_free() calls associated with the pool and the objects allocated out from the pool. - Insert atm_attributes_zone which is a uma_zone that is used just as the atm_attributes_pool was (including the max objects value). Also, used the appropriate zalloc and zfree's where necesary. Revision Changes Path 1.15 +3 -3 src/sys/netatm/atm_cm.c 1.23 +8 -7 src/sys/netatm/atm_subr.c 1.13 +4 -1 src/sys/netatm/atm_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message