Re: Work queue questions

From: Tejun Heo
Date: Mon Sep 24 2012 - 14:10:21 EST


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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/