mbm_local 527 arch/x86/kernel/cpu/resctrl/core.c tsize = sizeof(*d->mbm_local); mbm_local 528 arch/x86/kernel/cpu/resctrl/core.c d->mbm_local = kcalloc(r->num_rmid, tsize, GFP_KERNEL); mbm_local 529 arch/x86/kernel/cpu/resctrl/core.c if (!d->mbm_local) { mbm_local 649 arch/x86/kernel/cpu/resctrl/core.c kfree(d->mbm_local); mbm_local 321 arch/x86/kernel/cpu/resctrl/internal.h struct mbm_state *mbm_local; mbm_local 243 arch/x86/kernel/cpu/resctrl/monitor.c m = &rr->d->mbm_local[rmid]; mbm_local 274 arch/x86/kernel/cpu/resctrl/monitor.c struct mbm_state *m = &rr->d->mbm_local[rmid]; mbm_local 369 arch/x86/kernel/cpu/resctrl/monitor.c pmbm_data = &dom_mbm->mbm_local[rmid]; mbm_local 387 arch/x86/kernel/cpu/resctrl/monitor.c cmbm_data = &dom_mbm->mbm_local[entry->mon.rmid]; mbm_local 431 arch/x86/kernel/cpu/resctrl/monitor.c cmbm_data = &dom_mbm->mbm_local[entry->mon.rmid];