Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\blk-rq-qos.h Create Date:2022-07-28 16:54:15
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:rq_qos_id_to_name

Proto:static inline const char *rq_qos_id_to_name(enum rq_qos_id id)

Type:char

Parameter:

TypeParameterName
enum rq_qos_idid
84  Case id == RQ_QOS_WBT
85  Return "wbt"
86  Case id == RQ_QOS_LATENCY
87  Return "latency"
88  Case id == RQ_QOS_COST
89  Return "cost"
91  Return "unknown"
Caller
NameDescribe
blk_mq_debugfs_register_rqos