From owner-cvs-src@FreeBSD.ORG Thu Jul 14 16:17:22 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 02D2716A41C; Thu, 14 Jul 2005 16:17:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B70B343D46; Thu, 14 Jul 2005 16:17:21 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EGHLr0088806; Thu, 14 Jul 2005 16:17:21 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EGHL2I088805; Thu, 14 Jul 2005 16:17:21 GMT (envelope-from rwatson) Message-Id: <200507141617.j6EGHL2I088805@repoman.freebsd.org> From: Robert Watson Date: Thu, 14 Jul 2005 16:17:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm uma_core.c uma_int.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 14 Jul 2005 16:17:22 -0000 rwatson 2005-07-14 16:17:21 UTC FreeBSD src repository Modified files: sys/vm uma_core.c uma_int.h Log: In addition to tracking allocs in the zone, also track frees. Add a zone free counter, as well as a cache free counter. MFC after: 1 week Revision Changes Path 1.121 +5 -0 src/sys/vm/uma_core.c 1.32 +2 -0 src/sys/vm/uma_int.h