forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 890e1df1bec891d9203724541e81f8fbe5183388
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 {