Home
last modified time | relevance | path

Searched refs:schema (Results 1 – 2 of 2) sorted by relevance

/fs/resctrl/
A Dctrlmondata.c384 static void show_doms(struct seq_file *s, struct resctrl_schema *schema, int closid) in show_doms() argument
386 struct rdt_resource *r = schema->res; in show_doms()
394 seq_printf(s, "%*s:", max_name_width, schema->name); in show_doms()
403 schema->conf_type); in show_doms()
405 seq_printf(s, schema->fmt_str, dom->hdr.id, ctrl_val); in show_doms()
414 struct resctrl_schema *schema; in rdtgroup_schemata_show() local
422 list_for_each_entry(schema, &resctrl_schema_all, list) { in rdtgroup_schemata_show()
423 seq_printf(s, "%s:uninitialized\n", schema->name); in rdtgroup_schemata_show()
438 list_for_each_entry(schema, &resctrl_schema_all, list) { in rdtgroup_schemata_show()
439 if (closid < schema->num_closid) in rdtgroup_schemata_show()
[all …]
A Drdtgroup.c1545 struct resctrl_schema *schema; in rdtgroup_size_show() local
1580 list_for_each_entry(schema, &resctrl_schema_all, list) { in rdtgroup_size_show()
1581 r = schema->res; in rdtgroup_size_show()
1582 type = schema->conf_type; in rdtgroup_size_show()
1584 seq_printf(s, "%*s:", max_name_width, schema->name); in rdtgroup_size_show()

Completed in 14 milliseconds