Home
last modified time | relevance | path

Searched refs:resctrl_arch_get_resource (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/include/linux/
Dresctrl.h31 for ((_r) = resctrl_arch_get_resource(0); \
33 (_r) = resctrl_arch_get_resource((_r)->rid + 1))
286 struct rdt_resource *resctrl_arch_get_resource(enum resctrl_res_level l);
/linux-6.15/arch/x86/kernel/cpu/resctrl/
Dmonitor.c368 struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_L3); in __check_limbo()
524 struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_L3); in add_rmid_to_limbo()
780 r_mba = resctrl_arch_get_resource(RDT_RESOURCE_MBA); in update_mba_bw()
944 r = resctrl_arch_get_resource(RDT_RESOURCE_L3); in mbm_handle_overflow()
1209 struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_L3); in resctrl_mon_resource_init()
1289 struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_L3); in resctrl_mon_resource_exit()
Drdtgroup.c2091 r_mba = resctrl_arch_get_resource(RDT_RESOURCE_MBA); in thread_throttle_mode_init()
2096 r_smba = resctrl_arch_get_resource(RDT_RESOURCE_SMBA); in thread_throttle_mode_init()
2341 return resctrl_arch_get_resource(RDT_RESOURCE_MBA)->membw.delay_linear; in is_mba_linear()
2431 struct rdt_resource *rmbm = resctrl_arch_get_resource(RDT_RESOURCE_L3); in supports_mba_mbps()
2432 struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_MBA); in supports_mba_mbps()
2445 struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_MBA); in set_mba_sc()
2814 r = resctrl_arch_get_resource(RDT_RESOURCE_L3); in rdt_get_tree()
4078 if (is_mba_sc(resctrl_arch_get_resource(RDT_RESOURCE_MBA))) in rdtgroup_show_options()
4307 struct rdt_resource *l3 = resctrl_arch_get_resource(RDT_RESOURCE_L3); in resctrl_offline_cpu()
Dcore.c116 struct rdt_resource *resctrl_arch_get_resource(enum resctrl_res_level l) in resctrl_arch_get_resource() function
170 r = resctrl_arch_get_resource(RDT_RESOURCE_MBA); in is_mba_sc()
Dctrlmondata.c683 r = resctrl_arch_get_resource(resid); in rdtgroup_mondata_show()