X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=io_uring%2Fio-wq.h;h=2b2a6406dd8ee81e73a8a94bed9a162991a92fb8;hb=c17cda15cc86e65e9725641daddcd7a63cc9ad01;hp=06d9ca90c5771d3ba379d0f96bf8d4cb7da1f01a;hpb=bac8a20fa39796f5ae5cf73de146c2ba22ad2674;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/io_uring/io-wq.h b/io_uring/io-wq.h index 06d9ca9..2b2a640 100644 --- a/io_uring/io-wq.h +++ b/io_uring/io-wq.h @@ -52,6 +52,7 @@ void io_wq_hash_work(struct io_wq_work *work, void *val); int io_wq_cpu_affinity(struct io_uring_task *tctx, cpumask_var_t mask); int io_wq_max_workers(struct io_wq *wq, int *new_count); +bool io_wq_worker_stopped(void); static inline bool io_wq_is_hashed(struct io_wq_work *work) {