Symbol: RDT_RESOURCE_MBA
arch/x86/kernel/cpu/resctrl/core.c
1034
} else if (r->rid == RDT_RESOURCE_MBA) {
arch/x86/kernel/cpu/resctrl/core.c
1054
} else if (r->rid == RDT_RESOURCE_MBA) {
arch/x86/kernel/cpu/resctrl/core.c
86
[RDT_RESOURCE_MBA] =
arch/x86/kernel/cpu/resctrl/core.c
898
struct rdt_hw_resource *hw_res = &rdt_resources_all[RDT_RESOURCE_MBA];
arch/x86/kernel/cpu/resctrl/core.c
91
.ctrl_domains = ctrl_domain_init(RDT_RESOURCE_MBA),
drivers/resctrl/mpam_resctrl.c
1024
case RDT_RESOURCE_MBA:
drivers/resctrl/mpam_resctrl.c
1151
case RDT_RESOURCE_MBA:
drivers/resctrl/mpam_resctrl.c
1220
case RDT_RESOURCE_MBA:
drivers/resctrl/mpam_resctrl.c
220
if (cdp_enabled && !mpam_resctrl_controls[RDT_RESOURCE_MBA].cdp_enabled)
drivers/resctrl/mpam_resctrl.c
221
mpam_resctrl_controls[RDT_RESOURCE_MBA].resctrl_res.alloc_capable = false;
drivers/resctrl/mpam_resctrl.c
227
if (mpam_resctrl_controls[RDT_RESOURCE_MBA].cdp_enabled &&
drivers/resctrl/mpam_resctrl.c
228
mpam_resctrl_controls[RDT_RESOURCE_MBA].class)
drivers/resctrl/mpam_resctrl.c
229
mpam_resctrl_controls[RDT_RESOURCE_MBA].resctrl_res.alloc_capable = true;
drivers/resctrl/mpam_resctrl.c
232
if (!cdp_enabled && mpam_resctrl_controls[RDT_RESOURCE_MBA].class)
drivers/resctrl/mpam_resctrl.c
233
mpam_resctrl_controls[RDT_RESOURCE_MBA].resctrl_res.alloc_capable = true;
drivers/resctrl/mpam_resctrl.c
923
res = &mpam_resctrl_controls[RDT_RESOURCE_MBA];
fs/resctrl/ctrlmondata.c
249
(r->rid == RDT_RESOURCE_MBA || r->rid == RDT_RESOURCE_SMBA)) {
fs/resctrl/monitor.c
690
r_mba = resctrl_arch_get_resource(RDT_RESOURCE_MBA);
fs/resctrl/rdtgroup.c
1423
if (r->rid == RDT_RESOURCE_MBA || r->rid == RDT_RESOURCE_SMBA)
fs/resctrl/rdtgroup.c
1554
r = resctrl_arch_get_resource(RDT_RESOURCE_MBA);
fs/resctrl/rdtgroup.c
1560
if (r->rid != RDT_RESOURCE_MBA)
fs/resctrl/rdtgroup.c
1627
if (r->rid == RDT_RESOURCE_MBA ||
fs/resctrl/rdtgroup.c
2183
r_mba = resctrl_arch_get_resource(RDT_RESOURCE_MBA);
fs/resctrl/rdtgroup.c
2412
case RDT_RESOURCE_MBA:
fs/resctrl/rdtgroup.c
2499
return resctrl_arch_get_resource(RDT_RESOURCE_MBA)->membw.delay_linear;
fs/resctrl/rdtgroup.c
2538
struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_MBA);
fs/resctrl/rdtgroup.c
2552
struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_MBA);
fs/resctrl/rdtgroup.c
3679
if (r->rid == RDT_RESOURCE_MBA ||
fs/resctrl/rdtgroup.c
4268
if (is_mba_sc(resctrl_arch_get_resource(RDT_RESOURCE_MBA)))
fs/resctrl/rdtgroup.c
4338
if (supports_mba_mbps() && r->rid == RDT_RESOURCE_MBA)
fs/resctrl/rdtgroup.c
4449
if (supports_mba_mbps() && r->rid == RDT_RESOURCE_MBA) {