Symbol: resctrl_arch_get_resource
fs/resctrl/ctrlmondata.c
704
r = resctrl_arch_get_resource(resid);
fs/resctrl/monitor.c
1056
r = resctrl_arch_get_resource(mevt->rid);
fs/resctrl/monitor.c
1222
struct rdt_resource *r = resctrl_arch_get_resource(mevt->rid);
fs/resctrl/monitor.c
1250
struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_L3);
fs/resctrl/monitor.c
1293
struct rdt_resource *r = resctrl_arch_get_resource(mevt->rid);
fs/resctrl/monitor.c
1309
struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_L3);
fs/resctrl/monitor.c
135
struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_L3);
fs/resctrl/monitor.c
1383
struct rdt_resource *r = resctrl_arch_get_resource(mevt->rid);
fs/resctrl/monitor.c
1417
r = resctrl_arch_get_resource(mevt->rid);
fs/resctrl/monitor.c
1608
struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_L3);
fs/resctrl/monitor.c
1751
struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_L3);
fs/resctrl/monitor.c
1847
struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_L3);
fs/resctrl/monitor.c
1897
struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_L3);
fs/resctrl/monitor.c
293
struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_L3);
fs/resctrl/monitor.c
683
r_mba = resctrl_arch_get_resource(RDT_RESOURCE_MBA);
fs/resctrl/monitor.c
852
r = resctrl_arch_get_resource(RDT_RESOURCE_L3);
fs/resctrl/rdtgroup.c
1544
r = resctrl_arch_get_resource(RDT_RESOURCE_MBA);
fs/resctrl/rdtgroup.c
2173
r_mba = resctrl_arch_get_resource(RDT_RESOURCE_MBA);
fs/resctrl/rdtgroup.c
2178
r_smba = resctrl_arch_get_resource(RDT_RESOURCE_SMBA);
fs/resctrl/rdtgroup.c
2197
struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_L3);
fs/resctrl/rdtgroup.c
2483
return resctrl_arch_get_resource(RDT_RESOURCE_MBA)->membw.delay_linear;
fs/resctrl/rdtgroup.c
2518
struct rdt_resource *rmbm = resctrl_arch_get_resource(RDT_RESOURCE_L3);
fs/resctrl/rdtgroup.c
2519
struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_MBA);
fs/resctrl/rdtgroup.c
2532
struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_MBA);
fs/resctrl/rdtgroup.c
2869
r = resctrl_arch_get_resource(RDT_RESOURCE_L3);
fs/resctrl/rdtgroup.c
4234
if (is_mba_sc(resctrl_arch_get_resource(RDT_RESOURCE_MBA)))
fs/resctrl/rdtgroup.c
4504
struct rdt_resource *l3 = resctrl_arch_get_resource(RDT_RESOURCE_L3);
include/linux/resctrl.h
342
struct rdt_resource *resctrl_arch_get_resource(enum resctrl_res_level l);
include/linux/resctrl.h
35
for ((_r) = resctrl_arch_get_resource(0); \
include/linux/resctrl.h
37
(_r) = resctrl_arch_get_resource((_r)->rid + 1))