All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Libin <huawei.libin@huawei.com>
Cc: tj@kernel.org, linux-kernel@vger.kernel.org,
	wangyijing@huawei.com, guohanjun@huawei.com
Subject: Re: [PATCH v2 3/3] workqueue: Correct/Drop references to gcwq in Documentation
Date: Wed, 21 Aug 2013 13:55:36 -0700	[thread overview]
Message-ID: <52152948.6080302@infradead.org> (raw)
In-Reply-To: <1377046241-18516-4-git-send-email-huawei.libin@huawei.com>

On 08/20/13 17:50, Libin wrote:
> No functional changes. This patch fixes the post gcwq comments in
> Documentation/workqueue.txt.
> 
> Signed-off-by: Libin <huawei.libin@huawei.com>
> ---
>  Documentation/workqueue.txt | 72 ++++++++++++++++++++++-----------------------
>  1 file changed, 36 insertions(+), 36 deletions(-)
> 
> diff --git a/Documentation/workqueue.txt b/Documentation/workqueue.txt
> index a6ab4b6..5e65b1c 100644
> --- a/Documentation/workqueue.txt
> +++ b/Documentation/workqueue.txt
> @@ -85,16 +85,16 @@ workqueue.
>  Special purpose threads, called worker threads, execute the functions
>  off of the queue, one after the other.  If no work is queued, the
>  worker threads become idle.  These worker threads are managed in so
> -called thread-pools.
> +called worker-pools.
>  
>  The cmwq design differentiates between the user-facing workqueues that
>  subsystems and drivers queue work items on and the backend mechanism
> -which manages thread-pools and processes the queued work items.
> +which manages worker-pools and processes the queued work items.
>  
> -The backend is called gcwq.  There is one gcwq for each possible CPU
> -and one gcwq to serve work items queued on unbound workqueues.  Each
> -gcwq has two thread-pools - one for normal work items and the other
> -for high priority ones.
> +There are two worker-pools, one for normal work items and the other
> +for high priority ones, for each possible CPU and some extra worker-pools
> +to serve work items queued on unbound workqueues - the number of these
> +baking pools is dynamic.

   backing ?

>  
>  Subsystems and drivers can create and queue work items through special
>  workqueue API functions as they see fit. They can influence some



-- 
~Randy

  reply	other threads:[~2013-08-21 20:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-21  0:50 [PATCH v2 0/3] workqueue: Comment/Doc correction with no functional change Libin
2013-08-21  0:50 ` [PATCH v2 1/3] workqueue: Comment correction in file header Libin
2013-08-21  0:50 ` [PATCH v2 2/3] workqueue: Fix manage_workers() RETURNS description Libin
2013-08-21 20:52   ` Randy Dunlap
2013-08-21  0:50 ` [PATCH v2 3/3] workqueue: Correct/Drop references to gcwq in Documentation Libin
2013-08-21 20:55   ` Randy Dunlap [this message]
2013-08-21 14:32 ` [PATCH v2 0/3] workqueue: Comment/Doc correction with no functional change Tejun Heo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52152948.6080302@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=guohanjun@huawei.com \
    --cc=huawei.libin@huawei.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tj@kernel.org \
    --cc=wangyijing@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.