From owner-freebsd-hackers@FreeBSD.ORG Fri May 8 18:30:34 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 6A2D7106566B for ; Fri, 8 May 2009 18:30:34 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-bw0-f165.google.com (mail-bw0-f165.google.com [209.85.218.165]) by mx1.freebsd.org (Postfix) with ESMTP id E6B9E8FC0A for ; Fri, 8 May 2009 18:30:33 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: by bwz9 with SMTP id 9so1520614bwz.43 for ; Fri, 08 May 2009 11:30:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=255EDUDulDNo0i+WY5mpZWPIRnMGTGcVqreAjwy1pGY=; b=CsD/oA51yoNKk4kn7tNFyxfzZprQ+kmfptA3Duuyjb5C26fohSyeVbJfPPhRYKrtFH lkbHoDULp17AjQz/rQox0fxAD149VyMAXjtjwQ0ZgQeL5LdLkewNe5l75i2oj6FHYeeI K2zx9kZweWswkFAvc/0o0mnI8jTrNIifot/jg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=WSaovo/QGjJMLyjJ4LsCP868gV6ZubwtpYSxu3T+TSAav7OBe2igw30azqoQhxQn+1 0PkLAPMOdALB6IJ478coEcknoylQXy/KGZy/Uy25kU2rNlM/pCXKCpWAK7Cn567l6Ks0 UCyahLOkS//UXHA48VbP9p0yFLwSbFepVyZQY= MIME-Version: 1.0 Received: by 10.239.135.208 with SMTP id e16mr229091hbe.37.1241805557211; Fri, 08 May 2009 10:59:17 -0700 (PDT) In-Reply-To: References: Date: Fri, 8 May 2009 13:59:17 -0400 Message-ID: From: Ryan Stone To: Andrew Brampton Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-hackers@freebsd.org Subject: Re: kthreads and sched_relinquish 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: Fri, 08 May 2009 18:30:34 -0000 Your kernel thread likely has a higher priority than userspace threads. Ryan Stone