Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dresctrl.h113 struct mbm_state *mbm_total; member
/linux-6.12.1/tools/testing/selftests/resctrl/
Dresctrl_val.c442 static int get_mem_bw_resctrl(FILE *fp, unsigned long *mbm_total) in get_mem_bw_resctrl() argument
444 if (fscanf(fp, "%lu\n", mbm_total) <= 0) { in get_mem_bw_resctrl()
/linux-6.12.1/arch/x86/kernel/cpu/resctrl/
Drdtgroup.c3994 kfree(d->mbm_total); in domain_destroy_mon_state()
4050 tsize = sizeof(*d->mbm_total); in domain_setup_mon_state()
4051 d->mbm_total = kcalloc(idx_limit, tsize, GFP_KERNEL); in domain_setup_mon_state()
4052 if (!d->mbm_total) { in domain_setup_mon_state()
4062 kfree(d->mbm_total); in domain_setup_mon_state()
Dmonitor.c585 return &d->mbm_total[idx]; in get_mbm_state()