Searched refs:io_wq_acct (Results 1 - 1 of 1) sorted by relevance

/linux-master/io_uring/
H A Dio-wq.c77 struct io_wq_acct { struct
111 struct io_wq_acct acct[IO_WQ_ACCT_NR];
139 struct io_wq_acct *acct,
155 static inline struct io_wq_acct *io_get_acct(struct io_wq *wq, bool bound)
160 static inline struct io_wq_acct *io_work_get_acct(struct io_wq *wq,
166 static inline struct io_wq_acct *io_wq_get_acct(struct io_worker *worker)
189 struct io_wq_acct *acct = io_wq_get_acct(worker);
245 static inline bool __io_acct_run_queue(struct io_wq_acct *acct)
255 static inline bool io_acct_run_queue(struct io_wq_acct *acct)
271 struct io_wq_acct *acc
[all...]

Completed in 109 milliseconds