mbm_total         519 arch/x86/kernel/cpu/resctrl/core.c 		tsize = sizeof(*d->mbm_total);
mbm_total         520 arch/x86/kernel/cpu/resctrl/core.c 		d->mbm_total = kcalloc(r->num_rmid, tsize, GFP_KERNEL);
mbm_total         521 arch/x86/kernel/cpu/resctrl/core.c 		if (!d->mbm_total) {
mbm_total         531 arch/x86/kernel/cpu/resctrl/core.c 			kfree(d->mbm_total);
mbm_total         648 arch/x86/kernel/cpu/resctrl/core.c 		kfree(d->mbm_total);
mbm_total         320 arch/x86/kernel/cpu/resctrl/internal.h 	struct mbm_state		*mbm_total;
mbm_total         240 arch/x86/kernel/cpu/resctrl/monitor.c 		m = &rr->d->mbm_total[rmid];