Searched refs:arch_mbm_total (Results 1 – 3 of 3) sorted by relevance
386 kfree(hw_dom->arch_mbm_total); in mon_domain_free()424 tsize = sizeof(*hw_dom->arch_mbm_total); in arch_domain_mbm_alloc()425 hw_dom->arch_mbm_total = kcalloc(num_rmid, tsize, GFP_KERNEL); in arch_domain_mbm_alloc()426 if (!hw_dom->arch_mbm_total) in arch_domain_mbm_alloc()433 kfree(hw_dom->arch_mbm_total); in arch_domain_mbm_alloc()434 hw_dom->arch_mbm_total = NULL; in arch_domain_mbm_alloc()
260 return &hw_dom->arch_mbm_total[rmid]; in get_arch_mbm_state()299 memset(hw_dom->arch_mbm_total, 0, in resctrl_arch_reset_rmid_all()300 sizeof(*hw_dom->arch_mbm_total) * r->num_rmid); in resctrl_arch_reset_rmid_all()
343 struct arch_mbm_state *arch_mbm_total; member