All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tejun Heo <tj@kernel.org>
To: Allen Pais <apais@linux.microsoft.com>
Cc: jiangshanlai@gmail.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] kernel: Introduce enable_and_queue_work() convenience function
Date: Wed, 28 Feb 2024 08:24:31 -1000	[thread overview]
Message-ID: <Zd96XzRHI_jMOCip@slm.duckdns.org> (raw)
In-Reply-To: <20240228181850.5895-1-apais@linux.microsoft.com>

On Wed, Feb 28, 2024 at 06:18:50PM +0000, Allen Pais wrote:
> The enable_and_queue_work() function is introduced to streamline
> the process of enabling and queuing a work item on a specific
> workqueue. This function combines the functionalities of
> enable_work() and queue_work() in a single call, providing a
> concise and convenient API for enabling and queuing work items.
> 
> The function accepts a target workqueue and a work item as parameters.
> It first attempts to enable the work item using enable_work(). If the
> enable operation is successful, the work item is then queued on the
> specified workqueue using queue_work(). The function returns true if
> the work item was successfully enabled and queued, and false otherwise.
> 
> This addition aims to enhance code readability and maintainability by
> providing a unified interface for the common use case of enabling and
> queuing work items on a workqueue.
> 
> Signed-off-by: Allen Pais <allen.lkml@gmail.com>

I'll apply this together with the rest of the series once v6.10-rc1 opens.

Thanks.

-- 
tejun

  reply	other threads:[~2024-02-28 18:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-28 18:18 [PATCH] kernel: Introduce enable_and_queue_work() convenience function Allen Pais
2024-02-28 18:24 ` Tejun Heo [this message]
2024-02-28 18:29   ` Allen Pais
2024-03-11 22:50   ` Allen
2024-03-13 20:10     ` Tejun Heo
2024-03-25 17:35       ` Tejun Heo
2024-03-25 18:02         ` Allen
2024-02-29  2:30 ` Lai Jiangshan
2024-02-29 18:24   ` Allen

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=Zd96XzRHI_jMOCip@slm.duckdns.org \
    --to=tj@kernel.org \
    --cc=apais@linux.microsoft.com \
    --cc=jiangshanlai@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /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.