Searched refs:mbm_states (Results 1 – 3 of 3) sorted by relevance
200 struct mbm_state *mbm_states[QOS_NUM_L3_MBM_EVENTS]; member
4294 kfree(d->mbm_states[idx]); in domain_destroy_l3_mon_state()4295 d->mbm_states[idx] = NULL; in domain_destroy_l3_mon_state()4371 size_t tsize = sizeof(*d->mbm_states[0]); in domain_setup_l3_mon_state()4385 d->mbm_states[idx] = kcalloc(idx_limit, tsize, GFP_KERNEL); in domain_setup_l3_mon_state()4386 if (!d->mbm_states[idx]) in domain_setup_l3_mon_state()4401 kfree(d->mbm_states[idx]); in domain_setup_l3_mon_state()4402 d->mbm_states[idx] = NULL; in domain_setup_l3_mon_state()
356 state = d->mbm_states[MBM_STATE_IDX(evtid)]; in get_mbm_state()1153 memset(d->mbm_states[idx], 0, sizeof(*d->mbm_states[0]) * idx_limit); in resctrl_reset_rmid_all()