hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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 {