函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\resctrl\rdtgroup.c Create Date:2022-07-27 09:11:13
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:rdt_mon_features_show

函数原型:static int rdt_mon_features_show(struct kernfs_open_file *of, struct seq_file *seq, void *v)

返回类型:int

参数:

类型参数名称
struct kernfs_open_file *of
struct seq_file *seq
void *v
893  r等于priv
896  list_for_each_entry - iterate over list of given type*@pos: the type * to use as a loop cursor.*@head: the head for your list.*@member: the name of the list_head within the struct.(mevt, & evt_list, list)
897  seq_printf(seq, "%s\n", name)
899  返回:0