From owner-freebsd-hackers@FreeBSD.ORG Wed Feb 11 14:50:22 2009 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 139FD106574B for ; Wed, 11 Feb 2009 14:50:21 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id C227E8FC08 for ; Wed, 11 Feb 2009 14:50:21 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (pool-98-109-39-197.nwrknj.fios.verizon.net [98.109.39.197]) by cyrus.watson.org (Postfix) with ESMTPSA id 6FD3946B65; Wed, 11 Feb 2009 09:50:21 -0500 (EST) Received: from localhost (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.3/8.14.3) with ESMTP id n1BEo9FA025248; Wed, 11 Feb 2009 09:50:15 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-hackers@freebsd.org Date: Wed, 11 Feb 2009 09:25:49 -0500 User-Agent: KMail/1.9.7 References: <671bb5fc0902101221n2dbb1cf0hbc43164ffa6f6124@mail.gmail.com> In-Reply-To: <671bb5fc0902101221n2dbb1cf0hbc43164ffa6f6124@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902110925.49633.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Wed, 11 Feb 2009 09:50:15 -0500 (EST) X-Virus-Scanned: ClamAV 0.94.2/8979/Wed Feb 11 07:23:15 2009 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Alexej Sokolov Subject: Re: taskqueue (9) 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: Wed, 11 Feb 2009 14:50:23 -0000 On Tuesday 10 February 2009 3:21:49 pm Alexej Sokolov wrote: > Hello, > the structure task(9) contain field ta_priority. Which role plays this > priority if the task will wake up for run. > Or it is used only for order of task in waitqueue while pending ? It is solely used to order requests within the queue. -- John Baldwin