Home
last modified time | relevance | path

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

/linux/drivers/resctrl/
H A Dmpam_resctrl.c509 l3_dom = container_of(hdr, struct mpam_resctrl_dom, resctrl_mon_dom.hdr); in resctrl_arch_rmid_read()
1431 mon_d = &dom->resctrl_mon_dom; in mpam_resctrl_alloc_domain()
1478 list_for_each_entry_rcu(dom, &l3->resctrl_res.mon_domains, resctrl_mon_dom.hdr.list) { in mpam_resctrl_get_mon_domain_from_cpu()
1479 if (dom->resctrl_mon_dom.hdr.id == cache_id) in mpam_resctrl_get_mon_domain_from_cpu()
1531 struct rdt_l3_mon_domain *mon_d = &dom->resctrl_mon_dom; in mpam_resctrl_online_cpu()
1575 mon_d = &dom->resctrl_mon_dom; in mpam_resctrl_offline_cpu()
H A Dmpam_internal.h402 struct rdt_l3_mon_domain resctrl_mon_dom; member