Lines Matching defs:wq
101 struct io_wq *wq; member
173 static void io_worker_ref_put(struct io_wq *wq) in io_worker_ref_put()
193 struct io_wq *wq = wqe->wq; in io_worker_cancel_cb() local
217 struct io_wq *wq = wqe->wq; in io_worker_exit() local
324 struct io_wq *wq; in create_worker_cb() local
354 struct io_wq *wq = wqe->wq; in io_queue_worker_create() local
451 struct io_wq *wq = wqe->wq; in io_wait_on_hash() local
554 struct io_wq *wq = wqe->wq; in io_worker_handle_work() local
624 struct io_wq *wq = wqe->wq; in io_wqe_worker() local
804 static bool create_io_worker(struct io_wq *wq, struct io_wqe *wqe, int index) in create_io_worker()
879 struct io_wq *wq = wqe->wq; in io_run_cancel() local
964 void io_wq_enqueue(struct io_wq *wq, struct io_wq_work *work) in io_wq_enqueue()
1070 enum io_wq_cancel io_wq_cancel_cb(struct io_wq *wq, work_cancel_fn *cancel, in io_wq_cancel_cb()
1136 struct io_wq *wq; in io_wq_create() local
1216 void io_wq_exit_start(struct io_wq *wq) in io_wq_exit_start()
1221 static void io_wq_cancel_tw_create(struct io_wq *wq) in io_wq_cancel_tw_create()
1239 static void io_wq_exit_workers(struct io_wq *wq) in io_wq_exit_workers()
1267 static void io_wq_destroy(struct io_wq *wq) in io_wq_destroy()
1287 void io_wq_put_and_exit(struct io_wq *wq) in io_wq_put_and_exit()
1311 static int __io_wq_cpu_online(struct io_wq *wq, unsigned int cpu, bool online) in __io_wq_cpu_online()
1328 struct io_wq *wq = hlist_entry_safe(node, struct io_wq, cpuhp_node); in io_wq_cpu_online() local
1335 struct io_wq *wq = hlist_entry_safe(node, struct io_wq, cpuhp_node); in io_wq_cpu_offline() local
1340 int io_wq_cpu_affinity(struct io_wq *wq, cpumask_var_t mask) in io_wq_cpu_affinity()
1361 int io_wq_max_workers(struct io_wq *wq, int *new_count) in io_wq_max_workers()