Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:show_doms

Proto:static void show_doms(struct seq_file *s, struct rdt_resource *r, int closid)

Type:void

Parameter:

TypeParameterName
struct seq_file *s
struct rdt_resource *r
intclosid
443  bool sep = false
446  seq_printf(s, "%*s:", Used to store the max resource name width and max resource data width* to display the schemata in a tabular format, name)
448  If sep Then seq_puts(s, ";")
451  ctrl_val = If Not is_mba_sc(r) Then ctrl_val[closid] Else mbps_val[closid]
453  seq_printf(s, format_str, id, Used to store the max resource name width and max resource data width* to display the schemata in a tabular format, ctrl_val)
455  sep = true
457  seq_puts(s, "\n")
Caller
NameDescribe
rdtgroup_schemata_show