D | ctrlmondata.c | 457 static void show_doms(struct seq_file *s, struct resctrl_schema *schema, int closid) in show_doms() argument 459 struct rdt_resource *r = schema->res; in show_doms() 467 seq_printf(s, "%*s:", max_name_width, schema->name); in show_doms() 476 schema->conf_type); in show_doms() 478 seq_printf(s, schema->fmt_str, dom->hdr.id, ctrl_val); in show_doms() 487 struct resctrl_schema *schema; in rdtgroup_schemata_show() local 495 list_for_each_entry(schema, &resctrl_schema_all, list) { in rdtgroup_schemata_show() 496 seq_printf(s, "%s:uninitialized\n", schema->name); in rdtgroup_schemata_show() 511 list_for_each_entry(schema, &resctrl_schema_all, list) { in rdtgroup_schemata_show() 512 if (closid < schema->num_closid) in rdtgroup_schemata_show() [all …]
|