From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 12 23:24:22 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 07A9B10A; Mon, 12 Nov 2012 23:24:22 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-da0-f54.google.com (mail-da0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id BCA5A8FC08; Mon, 12 Nov 2012 23:24:21 +0000 (UTC) Received: by mail-da0-f54.google.com with SMTP id z9so3066266dad.13 for ; Mon, 12 Nov 2012 15:24:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=3QA5sInvNfE1exFJgf5QPvA6d5WFsS0CRvHVCnXVOBg=; b=ROvAeyJCTxOQQhLpYr/vhBRLrxRCTbffQ8thqsc72FCxb2UnjYNXYsXIOaQYVFYI7d eqYc+yWZ2sIszdoKK9bNPlZMNhJtEPrygqCnFOGvCx6y67J0WOsa4nOy5XmYGHCrfARc o1yqbhMOn9AwfCk5tKGbCaslBrkjATit2/jJPBen2juQXK5mACUP9W24mRPfl8vuN0wY gConyxCqizixvBNGznvgly7VAZ0RnpLbf1/6AT3JqpA1JuzWUDnzwDU9m/JDjKRJ7RnE oD5L8AbOOoLHG7Qk7bqlooAOX0y692b8jY5RiRjuetYjMeSAAUghU5IruTwWtfHxmz6Q JjtA== MIME-Version: 1.0 Received: by 10.66.77.74 with SMTP id q10mr58907618paw.81.1352762661239; Mon, 12 Nov 2012 15:24:21 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.68.124.130 with HTTP; Mon, 12 Nov 2012 15:24:21 -0800 (PST) In-Reply-To: <50A181C9.7030209@rice.edu> References: <20121112133638.GZ73505@kib.kiev.ua> <1352755682.93266.YahooMailClassic@web181701.mail.ne1.yahoo.com> <20121112214808.GH73505@kib.kiev.ua> <50A181C9.7030209@rice.edu> Date: Mon, 12 Nov 2012 15:24:21 -0800 X-Google-Sender-Auth: sYHHp4_Ww-RVC3BJmWVci__8jvA Message-ID: Subject: Re: Memory reserves or lack thereof From: Adrian Chadd To: Alan Cox Content-Type: text/plain; charset=ISO-8859-1 Cc: StevenSears , alc@freebsd.org, "freebsd-hackers@freebsd.org" , Sushanth Rai , pho@freebsd.org, Konstantin Belousov X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Nov 2012 23:24:22 -0000 .. wait, so what exactly would the difference be between M_NOWAIT and M_WAITOK? adrian