From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757533Ab2IXSKb (ORCPT ); Mon, 24 Sep 2012 14:10:31 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:62593 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757383Ab2IXSK3 (ORCPT ); Mon, 24 Sep 2012 14:10:29 -0400 Date: Mon, 24 Sep 2012 11:10:25 -0700 From: Tejun Heo To: Deepawali Verma Cc: Chinmay V S , Daniel Taylor , anish singh , "linux-kernel@vger.kernel.org" Subject: Re: Work queue questions Message-ID: <20120924181025.GG7694@google.com> References: <20120921192720.GJ7264@google.com> <5A9BC72FD5CEC94EA024CED8E31D701A4C572F72@wdscexmb03.sc.wdc.com> <5A9BC72FD5CEC94EA024CED8E31D701A4C572FAE@wdscexmb03.sc.wdc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 24, 2012 at 05:56:10PM +0100, Deepawali Verma wrote: > Hi, > > This is sample code snippet as I cannot post my project code. In > reality here, this work handler is copying the big chunks of data that > code is > here in my driver. This is running on quad core cortex A9 Thats why I > asked. If there are 4 cpu cores, then there must be parallelism. Now > Tajun, what do you say? My name is Tejun and please lose the frigging attitude when you're asking things. > >>> alloc_workqueue(obj[i].my_obj_wq_name,WQ_UNBOUND,1); Especially if you're not properly reading any of the documentation, function comment and my explicit response mentioning @max_active. :( -- tejun