Lines Matching defs:wq
106 struct io_wq *wq; member
178 static void io_worker_ref_put(struct io_wq *wq) in io_worker_ref_put()
188 struct io_wq *wq = wqe->wq; in io_worker_cancel_cb() local
212 struct io_wq *wq = wqe->wq; in io_worker_exit() local
323 struct io_wq *wq; in create_worker_cb() local
353 struct io_wq *wq = wqe->wq; in io_queue_worker_create() local
450 struct io_wq *wq = wqe->wq; in io_wait_on_hash() local
543 struct io_wq *wq = wqe->wq; in io_worker_handle_work() local
618 struct io_wq *wq = wqe->wq; in io_wqe_worker() local
799 static bool create_io_worker(struct io_wq *wq, struct io_wqe *wqe, int index) in create_io_worker()
874 struct io_wq *wq = wqe->wq; in io_run_cancel() local
962 void io_wq_enqueue(struct io_wq *wq, struct io_wq_work *work) in io_wq_enqueue()
1078 enum io_wq_cancel io_wq_cancel_cb(struct io_wq *wq, work_cancel_fn *cancel, in io_wq_cancel_cb()
1144 struct io_wq *wq; in io_wq_create() local
1225 void io_wq_exit_start(struct io_wq *wq) in io_wq_exit_start()
1230 static void io_wq_cancel_tw_create(struct io_wq *wq) in io_wq_cancel_tw_create()
1248 static void io_wq_exit_workers(struct io_wq *wq) in io_wq_exit_workers()
1276 static void io_wq_destroy(struct io_wq *wq) in io_wq_destroy()
1296 void io_wq_put_and_exit(struct io_wq *wq) in io_wq_put_and_exit()
1320 static int __io_wq_cpu_online(struct io_wq *wq, unsigned int cpu, bool online) in __io_wq_cpu_online()
1337 struct io_wq *wq = hlist_entry_safe(node, struct io_wq, cpuhp_node); in io_wq_cpu_online() local
1344 struct io_wq *wq = hlist_entry_safe(node, struct io_wq, cpuhp_node); in io_wq_cpu_offline() local
1349 int io_wq_cpu_affinity(struct io_wq *wq, cpumask_var_t mask) in io_wq_cpu_affinity()
1370 int io_wq_max_workers(struct io_wq *wq, int *new_count) in io_wq_max_workers()