Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\blk-mq-tag.c Create Date:2022-07-28 17:12:54
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:lk_mq_all_tag_busy_iter - iterate over all started requests in a tag map*@tags: Tag map to iterate over.*@fn: Pointer to the function that will be called for each started* request. @fn will be called as follows: @fn(rq, @priv,

Proto:static void blk_mq_all_tag_busy_iter(struct blk_mq_tags *tags, busy_tag_iter_fn *fn, void *priv)

Type:void

Parameter:

TypeParameterName
struct blk_mq_tags *tags
busy_tag_iter_fn *fn
void *priv
323  If nr_reserved_tags Then _tags_for_each - iterate over the requests in a tag map*@tags: Tag map to iterate over
325  _tags_for_each - iterate over the requests in a tag map*@tags: Tag map to iterate over
Caller
NameDescribe
blk_mq_tagset_busy_iterlk_mq_tagset_busy_iter - iterate over all started requests in a tag set*@tagset: Tag set to iterate over.*@fn: Pointer to the function that will be called for each started* request. @fn will be called as follows: @fn(rq, @priv,