函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\blk-mq-tag.c Create Date:2022-07-27 18:48:14
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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,

函数原型:static void blk_mq_all_tag_busy_iter(struct blk_mq_tags *tags, busy_tag_iter_fn *fn, void *priv)

返回类型:void

参数:

类型参数名称
struct blk_mq_tags *tags
busy_tag_iter_fn *fn
void *priv
323  如果nr_reserved_tags_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
调用者
名称描述
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,