Home
last modified time | relevance | path

Searched refs:io_get_acct (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/io_uring/
H A Dio-wq.c158 static inline struct io_wq_acct *io_get_acct(struct io_wq *wq, bool bound) in io_get_acct() function
166 return io_get_acct(wq, !(work->flags & IO_WQ_WORK_UNBOUND)); in io_work_get_acct()
171 return io_get_acct(worker->wq, test_bit(IO_WORKER_F_BOUND, &worker->flags)); in io_wq_get_acct()
1074 struct io_wq_acct *acct = io_get_acct(wq, i == 0); in io_wq_cancel_pending_work()