Lines Matching refs:io_worker

45 struct io_worker {
137 static void io_wq_dec_running(struct io_worker *worker);
144 static bool io_worker_get(struct io_worker *worker)
149 static void io_worker_release(struct io_worker *worker)
166 static inline struct io_wq_acct *io_wq_get_acct(struct io_worker *worker)
179 struct io_worker *worker = current->worker_private;
187 static void io_worker_cancel_cb(struct io_worker *worker)
203 struct io_worker *worker;
207 worker = container_of(cb, struct io_worker, create_work);
211 static void io_worker_exit(struct io_worker *worker)
275 struct io_worker *worker;
327 static void io_wq_inc_running(struct io_worker *worker)
336 struct io_worker *worker;
342 worker = container_of(cb, struct io_worker, create_work);
362 static bool io_queue_worker_create(struct io_worker *worker,
408 static void io_wq_dec_running(struct io_worker *worker)
431 static void __io_worker_busy(struct io_wq *wq, struct io_worker *worker)
444 static void __io_worker_idle(struct io_wq *wq, struct io_worker *worker)
476 struct io_worker *worker)
532 static void io_assign_current_work(struct io_worker *worker,
550 struct io_worker *worker)
628 struct io_worker *worker = data;
694 struct io_worker *worker = tsk->worker_private;
712 struct io_worker *worker = tsk->worker_private;
725 static void io_init_new_worker(struct io_wq *wq, struct io_worker *worker,
767 struct io_worker *worker;
771 worker = container_of(cb, struct io_worker, create_work);
809 struct io_worker *worker = container_of(work, struct io_worker, work);
819 struct io_worker *worker;
862 bool (*func)(struct io_worker *, void *),
865 struct io_worker *worker;
882 static bool io_wq_worker_wake(struct io_worker *worker, void *data)
986 static bool __io_wq_worker_cancel(struct io_worker *worker,
999 static bool io_wq_worker_cancel(struct io_worker *worker, void *data)
1200 struct io_worker *worker;
1204 worker = container_of(cb, struct io_worker, create_work);
1218 struct io_worker *worker;
1220 worker = container_of(cb, struct io_worker, create_work);
1279 static bool io_wq_worker_affinity(struct io_worker *worker, void *data)