Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:blk_mq_rq_state_name

Proto:static const char *blk_mq_rq_state_name(enum mq_rq_state rq_state)

Type:char

Parameter:

TypeParameterName
enum mq_rq_staterq_state
318  If WARN_ON_ONCE((unsignedint)rq_state >= ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(blk_mq_rq_state_name_array)) Then Return "(?)"
321  Return blk_mq_rq_state_name_array[rq_state]
Caller
NameDescribe
__blk_mq_debugfs_rq_show