summaryrefslogtreecommitdiff
path: root/include/linux/workqueue.h
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2026-08-21 13:56:44 +0100
committerMark Brown <broonie@kernel.org>2026-08-21 13:56:44 +0100
commitac8420416e13c022d9495dfe9aa8388fb1c3ca39 (patch)
treef2bda564c7b2e8402667d050edfe9fba550e7167 /include/linux/workqueue.h
parent5a91bf467b12a0973d8a6634e8c9b7a4918828c5 (diff)
parentf3d3bb6e63ceddb85bf640fab8c2fa621b706ab1 (diff)
downloadlinux-next-ac8420416e13c022d9495dfe9aa8388fb1c3ca39.tar.gz
linux-next-ac8420416e13c022d9495dfe9aa8388fb1c3ca39.zip
Merge branch 'fs-next' of linux-next
Diffstat (limited to 'include/linux/workqueue.h')
-rw-r--r--include/linux/workqueue.h1
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, ...);