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:05
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_ctx

Proto:static void blk_mq_debugfs_register_ctx(struct blk_mq_hw_ctx *hctx, struct blk_mq_ctx *ctx)

Type:void

Parameter:

TypeParameterName
struct blk_mq_hw_ctx *hctx
struct blk_mq_ctx *ctx
870  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*@
871  ctx_dir = debugfs_create_dir(name, debugfs_dir)
873  debugfs_create_files(ctx_dir, ctx, blk_mq_debugfs_ctx_attrs)
Caller
NameDescribe
blk_mq_debugfs_register_hctx