Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Process software queues that have been marked busy, splicing them* to the for-dispatch

Proto:void blk_mq_flush_busy_ctxs(struct blk_mq_hw_ctx *hctx, struct list_head *list)

Type:void

Parameter:

TypeParameterName
struct blk_mq_hw_ctx *hctx
struct list_head *list
965  struct flush_busy_ctx_data data = {hctx = hctx, list = list, }
970  sbitmap_for_each_set() - Iterate over each set bit in a &struct sbitmap.*@sb: Bitmap to iterate over.*@fn: Callback. Should return true to continue or false to break early.*@data: Pointer to pass to callback.
Caller
NameDescribe
blk_mq_sched_dispatch_requests