Searched refs:arch_mbm_total (Results 1 – 3 of 3) sorted by relevance
173 return &hw_dom->arch_mbm_total[rmid]; in get_arch_mbm_state()211 memset(hw_dom->arch_mbm_total, 0, in resctrl_arch_reset_rmid_all()212 sizeof(*hw_dom->arch_mbm_total) * r->num_rmid); in resctrl_arch_reset_rmid_all()
368 kfree(hw_dom->arch_mbm_total); in mon_domain_free()406 tsize = sizeof(*hw_dom->arch_mbm_total); in arch_domain_mbm_alloc()407 hw_dom->arch_mbm_total = kcalloc(num_rmid, tsize, GFP_KERNEL); in arch_domain_mbm_alloc()408 if (!hw_dom->arch_mbm_total) in arch_domain_mbm_alloc()415 kfree(hw_dom->arch_mbm_total); in arch_domain_mbm_alloc()416 hw_dom->arch_mbm_total = NULL; in arch_domain_mbm_alloc()
64 struct arch_mbm_state *arch_mbm_total; member