From owner-freebsd-hackers@FreeBSD.ORG Mon Jan 28 23:24:18 2008 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 95BB916A417 for ; Mon, 28 Jan 2008 23:24:18 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from plato.miralink.com (mail.miralink.com [70.103.185.20]) by mx1.freebsd.org (Postfix) with ESMTP id 70A2713C447 for ; Mon, 28 Jan 2008 23:24:18 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by plato.miralink.com (Postfix) with ESMTP id 0281061B96E; Mon, 28 Jan 2008 15:24:18 -0800 (PST) Received: from plato.miralink.com ([127.0.0.1]) by localhost (plato.miralink.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09155-09; Mon, 28 Jan 2008 15:24:02 -0800 (PST) Received: from [10.47.1.130] (vpn.office.miralink.com [10.0.0.5]) by plato.miralink.com (Postfix) with ESMTP id 7BD8261B967; Mon, 28 Jan 2008 15:24:02 -0800 (PST) Message-ID: <479E6411.8060505@miralink.com> Date: Mon, 28 Jan 2008 15:24:01 -0800 From: Sean Bruno User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: Sam Leffler References: <479E0A1C.2060908@miralink.com> <20080128134253.C1539@mail.tacorp.net> <479E24A1.60103@miralink.com> <479E2626.6040207@errno.com> In-Reply-To: <479E2626.6040207@errno.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DSPAM-Result: Innocent X-DSPAM-Processed: Mon Jan 28 15:24:03 2008 X-DSPAM-Confidence: 0.9997 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 479e6413138541804284693 X-DSPAM-Factors: 27, X-Virus-Scanned: amavisd-new at X-Spam-Status: No, score=-4.499 tagged_above=-10 required=6.6 autolearn=ham tests=[ALL_TRUSTED=-1.8, BAYES_00=-2.599, DSPAM_HAM=-0.1] X-Spam-Score: -4.499 X-Spam-Level: Cc: freebsd-hackers@freebsd.org Subject: Re: How long is a hz? 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: Mon, 28 Jan 2008 23:24:18 -0000 Sam Leffler wrote: > Sean Bruno wrote: >> Jason Slagle wrote: >>> On Mon, 28 Jan 2008, Sean Bruno wrote: >>> >>>> I couldn't quite find the definition for "hz" in sys/ this >>>> morning. What is it's value and where is it defined? >>> >> > http://fxr.watson.org/fxr/ident?i=hz Thank you Sam. You have taught me "how to fish" as it were. The answer that I was searching for is located at: http://fxr.watson.org/fxr/source/kern/subr_param.c#L56 Sean