Home
last modified time | relevance | path

Searched refs:mbm_total (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dresctrl.h78 struct mbm_state *mbm_total; member
/openbmc/linux/tools/testing/selftests/resctrl/
H A Dresctrl_val.c463 static int get_mem_bw_resctrl(unsigned long *mbm_total) in get_mem_bw_resctrl() argument
473 if (fscanf(fp, "%lu", mbm_total) <= 0) { in get_mem_bw_resctrl()
/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c3709 kfree(d->mbm_total); in domain_destroy_mon_state()
3758 tsize = sizeof(*d->mbm_total); in domain_setup_mon_state()
3759 d->mbm_total = kcalloc(r->num_rmid, tsize, GFP_KERNEL); in domain_setup_mon_state()
3760 if (!d->mbm_total) { in domain_setup_mon_state()
3770 kfree(d->mbm_total); in domain_setup_mon_state()
H A Dmonitor.c391 return &d->mbm_total[rmid]; in get_mbm_state()