Searched refs:mbm_local (Results 1 – 3 of 3) sorted by relevance
254 m = &rr->d->mbm_local[rmid]; in __mon_event_count()285 struct mbm_state *m = &rr->d->mbm_local[rmid]; in mbm_bw_count()377 pmbm_data = &dom_mbm->mbm_local[rmid]; in update_mba_bw()395 cmbm_data = &dom_mbm->mbm_local[entry->mon.rmid]; in update_mba_bw()439 cmbm_data = &dom_mbm->mbm_local[entry->mon.rmid]; in update_mba_bw()
504 tsize = sizeof(*d->mbm_local); in domain_setup_mon_state()505 d->mbm_local = kcalloc(r->num_rmid, tsize, GFP_KERNEL); in domain_setup_mon_state()506 if (!d->mbm_local) { in domain_setup_mon_state()617 kfree(d->mbm_local); in domain_remove_cpu()
297 struct mbm_state *mbm_local; member