Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\io-wq.c Create Date:2022-07-28 20:22:38
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:io_work_get_acct

Proto:static inline struct io_wqe_acct *io_work_get_acct(struct io_wqe *wqe, struct io_wq_work *work)

Type:struct io_wqe_acct

Parameter:

TypeParameterName
struct io_wqe *wqe
struct io_wq_work *work
181  If flags & IO_WQ_WORK_UNBOUND Then Return acct[IO_WQ_ACCT_UNBOUND]
184  Return acct[IO_WQ_ACCT_BOUND]
Caller
NameDescribe
io_wqe_enqueue