函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:dispatch_rq_from_ctx

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

返回类型:bool

参数:

类型参数名称
struct sbitmap *sb
unsigned intbitnr
void *data
982  dispatch_data等于data
983  hctx等于hctx
984  ctx等于@ctxs: Array of software queues. [bitnr]
985  type等于@type: HCTX_TYPE_* flags. Type of hardware queue.
987  加自旋锁
988  如果非链表为空
989  rq等于list_entry_rq(链表后项)
990  删除链表项并重新初始化
991  如果链表为空sbitmap_clear_bit(sb, bitnr)
994  自旋锁解锁
996  返回:非rq