diff options
| author | Maxime Ripard <mripard@kernel.org> | 2026-09-01 09:38:51 +0200 |
|---|---|---|
| committer | Maxime Ripard <mripard@kernel.org> | 2026-09-01 09:38:51 +0200 |
| commit | 67f8bc848ee31831336bd478e57d2f993551902e (patch) | |
| tree | bd133b72959e3730c34fc53003021f49c9c566b0 /include/linux/workqueue.h | |
| parent | 8eae39cd0adf28ba81a46090b10484cf402c0ac8 (diff) | |
| parent | cee9395acd8043be0644b25c34bfa86623f2b935 (diff) | |
Merge drm/drm-fixes into drm-misc-fixes
Let's start the 7.3 drm-misc-fixes cycle.
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Diffstat (limited to 'include/linux/workqueue.h')
| -rw-r--r-- | include/linux/workqueue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index a283766a192a..c8a36423cb34 100644 --- a/include/linux/workqueue.h +++ b/include/linux/workqueue.h @@ -661,6 +661,7 @@ extern void workqueue_set_min_active(struct workqueue_struct *wq, int min_active); extern struct work_struct *current_work(void); extern bool current_is_workqueue_rescuer(void); +extern bool current_is_workqueue_mem_reclaim(void); extern bool workqueue_congested(int cpu, struct workqueue_struct *wq); extern unsigned int work_busy(struct work_struct *work); extern __printf(1, 2) void set_worker_desc(const char *fmt, ...); |
