Searched refs:arch_mbm_states (Results 1 – 3 of 3) sorted by relevance
395 kfree(hw_dom->arch_mbm_states[idx]); in l3_mon_domain_free()431 size_t tsize = sizeof(*hw_dom->arch_mbm_states[0]); in l3_mon_domain_mbm_alloc()439 hw_dom->arch_mbm_states[idx] = kcalloc(num_rmid, tsize, GFP_KERNEL); in l3_mon_domain_mbm_alloc()440 if (!hw_dom->arch_mbm_states[idx]) in l3_mon_domain_mbm_alloc()447 kfree(hw_dom->arch_mbm_states[idx]); in l3_mon_domain_mbm_alloc()448 hw_dom->arch_mbm_states[idx] = NULL; in l3_mon_domain_mbm_alloc()
169 state = hw_dom->arch_mbm_states[MBM_STATE_IDX(eventid)]; in get_arch_mbm_state()207 memset(hw_dom->arch_mbm_states[idx], 0, in resctrl_arch_reset_rmid_all()208 sizeof(*hw_dom->arch_mbm_states[0]) * r->mon.num_rmid); in resctrl_arch_reset_rmid_all()
80 struct arch_mbm_state *arch_mbm_states[QOS_NUM_L3_MBM_EVENTS]; member