From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 13 Aug 2002 12:12:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 13 Aug 2002 12:12:15 -0400 Received: from phoenix.mvhi.com ([195.224.96.167]:7435 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id ; Tue, 13 Aug 2002 12:12:14 -0400 Date: Tue, 13 Aug 2002 17:16:03 +0100 From: Christoph Hellwig To: Ingo Molnar Cc: Linus Torvalds , linux-kernel@vger.kernel.org Subject: Re: [patch] kwaitd, 2.5.31-A1 Message-ID: <20020813171603.A12621@infradead.org> Mail-Followup-To: Christoph Hellwig , Ingo Molnar , Linus Torvalds , linux-kernel@vger.kernel.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from mingo@elte.hu on Tue, Aug 13, 2002 at 06:01:48PM +0200 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 13, 2002 at 06:01:48PM +0200, Ingo Molnar wrote: > the reaping of the thread is thus not done by the parent (or init), but by > per-CPU [kwaitd] kernel threads. The exiting thread queues itself always > to the CPU-local kwaitd queue, to maintain locality of reference and cheap > switching to kwaitd. Is there a reason you don't use kevent for this? Especially when going to the per-CPU kevent as part of aio?