Lines Matching refs:dom
201 char *dom = NULL, *id; in parse_line() local
214 dom = strsep(&line, ";"); in parse_line()
215 id = strsep(&dom, "="); in parse_line()
216 if (!dom || kstrtoul(id, 10, &dom_id)) { in parse_line()
220 dom = strim(dom); in parse_line()
223 data.buf = dom; in parse_line()
266 struct rdt_domain *dom = &hw_dom->d_resctrl; in apply_config() local
270 cpumask_set_cpu(cpumask_any(&dom->cpu_mask), cpu_mask); in apply_config()
441 struct rdt_domain *dom; in show_doms() local
446 list_for_each_entry(dom, &r->domains, list) { in show_doms()
450 ctrl_val = resctrl_arch_get_config(r, dom, closid, in show_doms()
452 seq_printf(s, r->format_str, dom->id, max_data_width, in show_doms()