Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__blk_mq_insert_request

Proto:void __blk_mq_insert_request(struct blk_mq_hw_ctx *hctx, struct request *rq, bool at_head)

Type:void

Parameter:

TypeParameterName
struct blk_mq_hw_ctx *hctx
struct request *rq
boolat_head
1620  ctx = mq_ctx
1622  lockdep_assert_held( & lock)
1624  __blk_mq_insert_req_list(hctx, rq, at_head)
1625  Mark this ctx as having pending work in this hardware queue
Caller
NameDescribe
blk_mq_sched_insert_request