Home
last modified time | relevance | path

Searched refs:mbm_states (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dresctrl.h200 struct mbm_state *mbm_states[QOS_NUM_L3_MBM_EVENTS]; member
/linux/fs/resctrl/
H A Drdtgroup.c4294 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()
H A Dmonitor.c356 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()