Home
last modified time | relevance | path

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

/linux/drivers/resctrl/
H A Dmpam_resctrl.c1124 dom = container_of(d, struct mpam_resctrl_dom, resctrl_ctrl_dom); in resctrl_arch_get_config()
1188 dom = container_of(d, struct mpam_resctrl_dom, resctrl_ctrl_dom); in resctrl_arch_update_one()
1389 ctrl_d = &dom->resctrl_ctrl_dom; in mpam_resctrl_alloc_domain()
1494 list_for_each_entry_rcu(dom, &r->ctrl_domains, resctrl_ctrl_dom.hdr.list) { in mpam_resctrl_get_domain_from_cpu()
1526 struct rdt_ctrl_domain *ctrl_d = &dom->resctrl_ctrl_dom; in mpam_resctrl_online_cpu()
1566 ctrl_d = &dom->resctrl_ctrl_dom; in mpam_resctrl_offline_cpu()
H A Dmpam_internal.h401 struct rdt_ctrl_domain resctrl_ctrl_dom; member