Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kernel/cpu/resctrl/
Dmonitor.c306 m = &rr->d->mbm_local[rmid]; in __mon_event_count()
338 struct mbm_state *m = &rr->d->mbm_local[rmid]; in mbm_bw_count()
440 pmbm_data = &dom_mbm->mbm_local[rmid]; in update_mba_bw()
463 cmbm_data = &dom_mbm->mbm_local[entry->mon.rmid]; in update_mba_bw()
507 cmbm_data = &dom_mbm->mbm_local[entry->mon.rmid]; in update_mba_bw()
Dcore.c469 tsize = sizeof(*d->mbm_local); in domain_setup_mon_state()
470 d->mbm_local = kcalloc(r->num_rmid, tsize, GFP_KERNEL); in domain_setup_mon_state()
471 if (!d->mbm_local) { in domain_setup_mon_state()
599 kfree(d->mbm_local); in domain_remove_cpu()
/Linux-v5.15/include/linux/
Dresctrl.h63 struct mbm_state *mbm_local; member