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

Name:rdtgroup_parse_resource

Proto:static int rdtgroup_parse_resource(char *resname, char *tok, struct rdtgroup *rdtgrp)

Type:int

Parameter:

TypeParameterName
char *resname
char *tok
struct rdtgroup *rdtgrp
356  If Not strcmp(resname, name) && closid < num_closid Then Return For each domain in this resource we expect to find a series of:* id=mask* separated by ";". The "id" is in decimal, and must match one of* the "id"s for this resource.
359  rdt_last_cmd_printf("Unknown or unsupported resource name '%s'\n", resname)
360  Return -EINVAL
Caller
NameDescribe
rdtgroup_schemata_write