Searched refs:arch_mbm_total (Results 1 – 3 of 3) sorted by relevance
410 kfree(hw_dom->arch_mbm_total); in domain_free()447 tsize = sizeof(*hw_dom->arch_mbm_total); in arch_domain_mbm_alloc()448 hw_dom->arch_mbm_total = kcalloc(num_rmid, tsize, GFP_KERNEL); in arch_domain_mbm_alloc()449 if (!hw_dom->arch_mbm_total) in arch_domain_mbm_alloc()456 kfree(hw_dom->arch_mbm_total); in arch_domain_mbm_alloc()457 hw_dom->arch_mbm_total = NULL; in arch_domain_mbm_alloc()
319 struct arch_mbm_state *arch_mbm_total; member
157 return &hw_dom->arch_mbm_total[rmid]; in get_arch_mbm_state()