Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kernel/cpu/resctrl/
Dmonitor.c393 return &d->mbm_local[rmid]; in get_mbm_state()
434 struct mbm_state *m = &rr->d->mbm_local[rmid]; in mbm_bw_count()
536 pmbm_data = &dom_mbm->mbm_local[rmid]; in update_mba_bw()
556 cmbm_data = &dom_mbm->mbm_local[entry->mon.rmid]; in update_mba_bw()
598 cmbm_data = &dom_mbm->mbm_local[entry->mon.rmid]; in update_mba_bw()
Drdtgroup.c3708 kfree(d->mbm_local); in domain_destroy_mon_state()
3764 tsize = sizeof(*d->mbm_local); in domain_setup_mon_state()
3765 d->mbm_local = kcalloc(r->num_rmid, tsize, GFP_KERNEL); in domain_setup_mon_state()
3766 if (!d->mbm_local) { in domain_setup_mon_state()
/Linux-v6.6/include/linux/
Dresctrl.h79 struct mbm_state *mbm_local; member