Searched refs:mbm_local (Results 1 – 3 of 3) sorted by relevance
587 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()
3995 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()
114 struct mbm_state *mbm_local; member