Lines Matching defs:wq

102 	struct io_wq *wq;  member
174 static void io_worker_ref_put(struct io_wq *wq) in io_worker_ref_put()
184 struct io_wq *wq = wqe->wq; in io_worker_cancel_cb() local
208 struct io_wq *wq = wqe->wq; in io_worker_exit() local
314 struct io_wq *wq; in create_worker_cb() local
344 struct io_wq *wq = wqe->wq; in io_queue_worker_create() local
441 struct io_wq *wq = wqe->wq; in io_wait_on_hash() local
544 struct io_wq *wq = wqe->wq; in io_worker_handle_work() local
614 struct io_wq *wq = wqe->wq; in io_wqe_worker() local
797 static bool create_io_worker(struct io_wq *wq, struct io_wqe *wqe, int index) in create_io_worker()
872 struct io_wq *wq = wqe->wq; in io_run_cancel() local
957 void io_wq_enqueue(struct io_wq *wq, struct io_wq_work *work) in io_wq_enqueue()
1063 enum io_wq_cancel io_wq_cancel_cb(struct io_wq *wq, work_cancel_fn *cancel, in io_wq_cancel_cb()
1129 struct io_wq *wq; in io_wq_create() local
1209 void io_wq_exit_start(struct io_wq *wq) in io_wq_exit_start()
1214 static void io_wq_cancel_tw_create(struct io_wq *wq) in io_wq_cancel_tw_create()
1226 static void io_wq_exit_workers(struct io_wq *wq) in io_wq_exit_workers()
1254 static void io_wq_destroy(struct io_wq *wq) in io_wq_destroy()
1274 void io_wq_put_and_exit(struct io_wq *wq) in io_wq_put_and_exit()
1298 static int __io_wq_cpu_online(struct io_wq *wq, unsigned int cpu, bool online) in __io_wq_cpu_online()
1315 struct io_wq *wq = hlist_entry_safe(node, struct io_wq, cpuhp_node); in io_wq_cpu_online() local
1322 struct io_wq *wq = hlist_entry_safe(node, struct io_wq, cpuhp_node); in io_wq_cpu_offline() local
1327 int io_wq_cpu_affinity(struct io_wq *wq, cpumask_var_t mask) in io_wq_cpu_affinity()
1348 int io_wq_max_workers(struct io_wq *wq, int *new_count) in io_wq_max_workers()