Searched refs:schema (Results 1 – 3 of 3) sorted by relevance
/arch/x86/kernel/cpu/resctrl/ |
D | ctrlmondata.c | 438 static void show_doms(struct seq_file *s, struct resctrl_schema *schema, int closid) in show_doms() argument 440 struct rdt_resource *r = schema->res; in show_doms() 445 seq_printf(s, "%*s:", max_name_width, schema->name); in show_doms() 451 schema->conf_type); in show_doms() 462 struct resctrl_schema *schema; in rdtgroup_schemata_show() local 470 list_for_each_entry(schema, &resctrl_schema_all, list) { in rdtgroup_schemata_show() 471 seq_printf(s, "%s:uninitialized\n", schema->name); in rdtgroup_schemata_show() 486 list_for_each_entry(schema, &resctrl_schema_all, list) { in rdtgroup_schemata_show() 487 if (closid < schema->num_closid) in rdtgroup_schemata_show() 488 show_doms(s, schema, closid); in rdtgroup_schemata_show()
|
D | rdtgroup.c | 1377 struct resctrl_schema *schema; in rdtgroup_size_show() local 1408 list_for_each_entry(schema, &resctrl_schema_all, list) { in rdtgroup_size_show() 1409 r = schema->res; in rdtgroup_size_show() 1411 seq_printf(s, "%*s:", max_name_width, schema->name); in rdtgroup_size_show() 1420 schema->conf_type); in rdtgroup_size_show()
|
/arch/arm/boot/dts/ |
D | armada-385-turris-omnia.dts | 8 * Schematic available at https://www.turris.cz/doc/_media/rtrom01-schema.pdf
|