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

Name:rdtgroup_tasks_show

Proto:static int rdtgroup_tasks_show(struct kernfs_open_file *of, struct seq_file *s, void *v)

Type:int

Parameter:

TypeParameterName
struct kernfs_open_file *of
struct seq_file *s
void *v
716  ret = 0
718  rdtgrp = rdtgroup_kn_lock_live( published fields )
719  If rdtgrp Then show_rdt_tasks(rdtgrp, s)
721  Else ret = -ENOENT
723  rdtgroup_kn_unlock( published fields )
725  Return ret