Searched refs:io_get_acct (Results 1 - 1 of 1) sorted by path

/linux-master/io_uring/
H A Dio-wq.c154 static inline struct io_wq_acct *io_get_acct(struct io_wq *wq, bool bound) function
162 return io_get_acct(wq, !(work->flags & IO_WQ_WORK_UNBOUND));
167 return io_get_acct(worker->wq, test_bit(IO_WORKER_F_BOUND, &worker->flags));
1066 struct io_wq_acct *acct = io_get_acct(wq, i == 0);

Completed in 455 milliseconds