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:12:14
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:rdtgroup_show_options

Proto:static int rdtgroup_show_options(struct seq_file *seq, struct kernfs_root *kf)

Type:int

Parameter:

TypeParameterName
struct seq_file *seq
struct kernfs_root *kf
3018  If alloc_enabled Then seq_puts(seq, ",cdp")
3021  If alloc_enabled Then seq_puts(seq, ",cdpl2")
3024  If is_mba_sc( & rdt_resources_all[RDT_RESOURCE_MBA]) Then seq_puts(seq, ",mba_MBps")
3027  Return 0