Home
last modified time | relevance | path

Searched hist:c7aab1a7 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dtask_work.hc7aab1a7 Thu Apr 01 20:53:29 CDT 2021 Jens Axboe <axboe@kernel.dk> task_work: add helper for more targeted task_work canceling

The only exported helper we have right now is task_work_cancel(), which
cancels any task_work from a given task where func matches the queued
work item. This is a bit too coarse for some use cases. Add a
task_work_cancel_match() that allows to more specifically target
individual work items outside of purely the callback function used.

task_work_cancel() can be trivially implemented on top of that, hence do
so.

Reviewed-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
/openbmc/linux/kernel/
H A Dtask_work.cc7aab1a7 Thu Apr 01 20:53:29 CDT 2021 Jens Axboe <axboe@kernel.dk> task_work: add helper for more targeted task_work canceling

The only exported helper we have right now is task_work_cancel(), which
cancels any task_work from a given task where func matches the queued
work item. This is a bit too coarse for some use cases. Add a
task_work_cancel_match() that allows to more specifically target
individual work items outside of purely the callback function used.

task_work_cancel() can be trivially implemented on top of that, hence do
so.

Reviewed-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>