From: Tejun Heo Subject: Re: [PATCH 2/6] workqueue: factor out worker_pool from global_cwq Date: Thu, 12 Jul 2012 10:07:52 -0700 Message-ID: <20120712170752.GC20167@google.com> References: <1341859315-17759-1-git-send-email-tj@kernel.org> <1341859315-17759-3-git-send-email-tj@kernel.org> <87ehok8bmb.fsf@sejong.aot.lge.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, joshhunt00@gmail.com, axboe@kernel.dk, rni@google.com, vgoyal@redhat.com, vwadekar@nvidia.com, herbert@gondor.apana.org.au, davem@davemloft.net, linux-crypto@vger.kernel.org, swhiteho@redhat.com, bpm@sgi.com, elder@kernel.org, xfs@oss.sgi.com, marcel@holtmann.org, gustavo@padovan.org, johan.hedberg@gmail.com, linux-bluetooth@vger.kernel.org, martin.petersen@oracle.com To: Namhyung Kim Return-path: Received: from mail-yw0-f46.google.com ([209.85.213.46]:47226 "EHLO mail-yw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932725Ab2GLRH6 (ORCPT ); Thu, 12 Jul 2012 13:07:58 -0400 Content-Disposition: inline In-Reply-To: <87ehok8bmb.fsf@sejong.aot.lge.com> Sender: linux-crypto-owner@vger.kernel.org List-ID: Hello, Namhyung. Sorry about the delay. On Tue, Jul 10, 2012 at 01:48:44PM +0900, Namhyung Kim wrote: > > + struct list_head idle_list; /* X: list of idle workers */ > > + struct timer_list idle_timer; /* L: worker idle timeout */ > > + struct timer_list mayday_timer; /* L: SOS timer for dworkers */ > > What is 'dworkers'? My stupid finger pressing 'd' when I never meant to. :) > > - /* workers are chained either in the idle_list or busy_hash */ > > - struct list_head idle_list; /* X: list of idle workers */ > > + /* workers are chained either in busy_head or pool idle_list */ > > s/busy_head/busy_hash/ ? Will fix. Thanks. -- tejun