kernel/io_uring/io-wq.h
.. .. @@ -140,6 +140,7 @@ 140 140 141 141 int io_wq_cpu_affinity(struct io_wq *wq, cpumask_var_t mask); 142 142 int io_wq_max_workers(struct io_wq *wq, int *new_count); 143 +bool io_wq_worker_stopped(void);143 144 144 145 static inline bool io_wq_is_hashed(struct io_wq_work *work) 145 146 {