Home
last modified time | relevance | path

Searched refs:arch_mbm_total (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Dcore.c433 kfree(hw_dom->arch_mbm_total); in domain_free()
470 tsize = sizeof(*hw_dom->arch_mbm_total); in arch_domain_mbm_alloc()
471 hw_dom->arch_mbm_total = kcalloc(num_rmid, tsize, GFP_KERNEL); in arch_domain_mbm_alloc()
472 if (!hw_dom->arch_mbm_total) in arch_domain_mbm_alloc()
479 kfree(hw_dom->arch_mbm_total); in arch_domain_mbm_alloc()
480 hw_dom->arch_mbm_total = NULL; in arch_domain_mbm_alloc()
H A Dmonitor.c181 return &hw_dom->arch_mbm_total[rmid]; in get_arch_mbm_state()
216 memset(hw_dom->arch_mbm_total, 0, in resctrl_arch_reset_rmid_all()
217 sizeof(*hw_dom->arch_mbm_total) * r->num_rmid); in resctrl_arch_reset_rmid_all()
H A Dinternal.h329 struct arch_mbm_state *arch_mbm_total; member