Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:blk_mq_debugfs_register_hctx

Proto:void blk_mq_debugfs_register_hctx(struct request_queue *q, struct blk_mq_hw_ctx *hctx)

Type:void

Parameter:

TypeParameterName
struct request_queue *q
struct blk_mq_hw_ctx *hctx
883  snprintf - Format a string and place it in a buffer*@buf: The buffer to place the result into*@size: The size of the buffer, including the trailing null space*@fmt: The format string to use*@
884  debugfs_dir = debugfs_create_dir(name, debugfs_dir)
886  debugfs_create_files(debugfs_dir, hctx, blk_mq_debugfs_hctx_attrs)
888  hctx_for_each_ctx(hctx, ctx, i)
889  blk_mq_debugfs_register_ctx(hctx, ctx)
Caller
NameDescribe
blk_mq_debugfs_register
blk_mq_debugfs_register_hctxs