Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c587 return &d->mbm_local[idx]; in get_mbm_state()
667 struct mbm_state *m = &rr->d->mbm_local[idx]; in mbm_bw_count()
768 pmbm_data = &dom_mbm->mbm_local[idx]; in update_mba_bw()
787 cmbm_data = &dom_mbm->mbm_local[entry->mon.rmid]; in update_mba_bw()
H A Drdtgroup.c3995 kfree(d->mbm_local); in domain_destroy_mon_state()
4058 tsize = sizeof(*d->mbm_local); in domain_setup_mon_state()
4059 d->mbm_local = kcalloc(idx_limit, tsize, GFP_KERNEL); in domain_setup_mon_state()
4060 if (!d->mbm_local) { in domain_setup_mon_state()
/linux/include/linux/
H A Dresctrl.h114 struct mbm_state *mbm_local; member