Symbol: resctrl_arch_get_resource
fs/resctrl/ctrlmondata.c
704
r = resctrl_arch_get_resource(resid);
fs/resctrl/monitor.c
1063
r = resctrl_arch_get_resource(mevt->rid);
fs/resctrl/monitor.c
1230
struct rdt_resource *r = resctrl_arch_get_resource(mevt->rid);
fs/resctrl/monitor.c
1260
struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_L3);
fs/resctrl/monitor.c
1303
struct rdt_resource *r = resctrl_arch_get_resource(mevt->rid);
fs/resctrl/monitor.c
1319
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
1393
struct rdt_resource *r = resctrl_arch_get_resource(mevt->rid);
fs/resctrl/monitor.c
1427
r = resctrl_arch_get_resource(mevt->rid);
fs/resctrl/monitor.c
1629
struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_L3);
fs/resctrl/monitor.c
1772
struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_L3);
fs/resctrl/monitor.c
1868
struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_L3);
fs/resctrl/monitor.c
1920
struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_L3);
fs/resctrl/monitor.c
300
struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_L3);
fs/resctrl/monitor.c
690
r_mba = resctrl_arch_get_resource(RDT_RESOURCE_MBA);
fs/resctrl/monitor.c
859
r = resctrl_arch_get_resource(RDT_RESOURCE_L3);
fs/resctrl/rdtgroup.c
1554
r = resctrl_arch_get_resource(RDT_RESOURCE_MBA);
fs/resctrl/rdtgroup.c
2183
r_mba = resctrl_arch_get_resource(RDT_RESOURCE_MBA);
fs/resctrl/rdtgroup.c
2188
r_smba = resctrl_arch_get_resource(RDT_RESOURCE_SMBA);
fs/resctrl/rdtgroup.c
2207
struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_L3);
fs/resctrl/rdtgroup.c
2499
return resctrl_arch_get_resource(RDT_RESOURCE_MBA)->membw.delay_linear;
fs/resctrl/rdtgroup.c
2537
struct rdt_resource *rmbm = resctrl_arch_get_resource(RDT_RESOURCE_L3);
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
2895
r = resctrl_arch_get_resource(RDT_RESOURCE_L3);
fs/resctrl/rdtgroup.c
4268
if (is_mba_sc(resctrl_arch_get_resource(RDT_RESOURCE_MBA)))
fs/resctrl/rdtgroup.c
4539
struct rdt_resource *l3 = resctrl_arch_get_resource(RDT_RESOURCE_L3);
include/linux/resctrl.h
346
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))