From owner-freebsd-hackers@FreeBSD.ORG Sun Jul 24 14:22:57 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4886106566B for ; Sun, 24 Jul 2011 14:22:57 +0000 (UTC) (envelope-from davide.italiano@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 93AFB8FC15 for ; Sun, 24 Jul 2011 14:22:57 +0000 (UTC) Received: by iyb11 with SMTP id 11so4975814iyb.13 for ; Sun, 24 Jul 2011 07:22:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=p/c5PJhrsEGKOgj1VYrFt+75E2cVFUVkXYrag7/0buM=; b=RH8bcCJ8XNx3ifseyCwMZi6QifLof1qzc+TausGZlLQYL1zoV3W+NEzDEcPJsTT7+v qOKV/lDTO+D67H9dBScuGpeVhFdf2Hh7+S0w8+KU1ZyW90LoZCvHCwuQ5AYwwKZUADlP bzUchUdXOsBwb94d6xbiEPm9kycI0DRWHOlnk= MIME-Version: 1.0 Received: by 10.142.49.19 with SMTP id w19mr2128037wfw.346.1311517376763; Sun, 24 Jul 2011 07:22:56 -0700 (PDT) Received: by 10.142.199.13 with HTTP; Sun, 24 Jul 2011 07:22:56 -0700 (PDT) In-Reply-To: References: Date: Sun, 24 Jul 2011 16:22:56 +0200 Message-ID: From: Davide Italiano To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: UMA large allocations issues X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2011 14:22:57 -0000 oh, sorry I noticed that there's a typo. In mtx_init(&uma_mtx, "Bitmap Lock", NULL, MTX_DEF); you should replace uma_mtx with bitmap_mtx. Davide