D | ctrlmondata.c | 447 static void show_doms(struct seq_file *s, struct resctrl_schema *schema, int closid) in show_doms() argument 449 struct rdt_resource *r = schema->res; in show_doms() 457 seq_printf(s, "%*s:", max_name_width, schema->name); in show_doms() 466 schema->conf_type); in show_doms() 478 struct resctrl_schema *schema; in rdtgroup_schemata_show() local 486 list_for_each_entry(schema, &resctrl_schema_all, list) { in rdtgroup_schemata_show() 487 seq_printf(s, "%s:uninitialized\n", schema->name); in rdtgroup_schemata_show() 502 list_for_each_entry(schema, &resctrl_schema_all, list) { in rdtgroup_schemata_show() 503 if (closid < schema->num_closid) in rdtgroup_schemata_show() 504 show_doms(s, schema, closid); in rdtgroup_schemata_show()
|