hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/io_uring/io-wq.h
....@@ -140,6 +140,7 @@
140140
141141 int io_wq_cpu_affinity(struct io_wq *wq, cpumask_var_t mask);
142142 int io_wq_max_workers(struct io_wq *wq, int *new_count);
143
+bool io_wq_worker_stopped(void);
143144
144145 static inline bool io_wq_is_hashed(struct io_wq_work *work)
145146 {