函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:flush_busy_ctx

函数原型:static bool flush_busy_ctx(struct sbitmap *sb, unsigned int bitnr, void *data)

返回类型:bool

参数:

类型参数名称
struct sbitmap *sb
unsigned intbitnr
void *data
947  flush_data等于data
948  hctx等于hctx
949  ctx等于@ctxs: Array of software queues. [bitnr]
950  type等于@type: HCTX_TYPE_* flags. Type of hardware queue.
952  加自旋锁
953  加入二个链表项并重新初始化
954  sbitmap_clear_bit(sb, bitnr)
955  自旋锁解锁
956  返回:true