Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\blk-mq.c Create Date:2022-07-28 17:10:41
Last Modify:2020-03-17 23:18:05 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:blk_mq_init_request

Proto:static int blk_mq_init_request(struct blk_mq_tag_set *set, struct request *rq, unsigned int hctx_idx, int node)

Type:int

Parameter:

TypeParameterName
struct blk_mq_tag_set *set
struct request *rq
unsigned inthctx_idx
intnode
2102  If init_request Then
2103  ret = init_request(set, rq, hctx_idx, node)
2104  If ret Then Return ret
2108  WRITE_ONCE(state, MQ_RQ_IDLE)
2109  Return 0
Caller
NameDescribe
blk_mq_alloc_rqs
blk_mq_init_hctx