Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\resctrl\rdtgroup.c Create Date:2022-07-28 08:10:47
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:dtgroup_mode_str - Return the string representation of mode*@mode: the resource group mode as &enum rdtgroup_mode* Return: string representation of valid mode, "unknown" otherwise

Proto:static const char *rdtgroup_mode_str(enum rdtgrp_mode mode)

Type:char

Parameter:

TypeParameterName
enum rdtgrp_modemode
182  If mode < RDT_MODE_SHAREABLE || mode >= RDT_NUM_MODES Then Return "unknown"
185  Return rdt_mode_str[mode]
Caller
NameDescribe
rdtgroup_mode_showdtgroup_mode_show - Display mode of this resource group