Searched refs:resctrl_arch_get_resource (Results 1 – 5 of 5) sorted by relevance
135 struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_L3); in __check_limbo()293 struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_L3); in add_rmid_to_limbo()683 r_mba = resctrl_arch_get_resource(RDT_RESOURCE_MBA); in update_mba_bw()852 r = resctrl_arch_get_resource(RDT_RESOURCE_L3); in mbm_handle_overflow()1056 r = resctrl_arch_get_resource(mevt->rid); in event_filter_show()1222 struct rdt_resource *r = resctrl_arch_get_resource(mevt->rid); in rdtgroup_assign_cntr_event()1250 struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_L3); in rdtgroup_assign_cntrs()1293 struct rdt_resource *r = resctrl_arch_get_resource(mevt->rid); in rdtgroup_unassign_cntr_event()1309 struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_L3); in rdtgroup_unassign_cntrs()1383 struct rdt_resource *r = resctrl_arch_get_resource(mevt->rid); in resctrl_update_cntr_allrdtgrp()[all …]
1544 r = resctrl_arch_get_resource(RDT_RESOURCE_MBA); in is_mba_sc()2173 r_mba = resctrl_arch_get_resource(RDT_RESOURCE_MBA); in thread_throttle_mode_init()2178 r_smba = resctrl_arch_get_resource(RDT_RESOURCE_SMBA); in thread_throttle_mode_init()2197 struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_L3); in io_alloc_init()2483 return resctrl_arch_get_resource(RDT_RESOURCE_MBA)->membw.delay_linear; in is_mba_linear()2518 struct rdt_resource *rmbm = resctrl_arch_get_resource(RDT_RESOURCE_L3); in supports_mba_mbps()2519 struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_MBA); in supports_mba_mbps()2532 struct rdt_resource *r = resctrl_arch_get_resource(RDT_RESOURCE_MBA); in set_mba_sc()2869 r = resctrl_arch_get_resource(RDT_RESOURCE_L3); in rdt_get_tree()4234 if (is_mba_sc(resctrl_arch_get_resource(RDT_RESOURCE_MBA))) in rdtgroup_show_options()[all …]
704 r = resctrl_arch_get_resource(resid); in rdtgroup_mondata_show()
35 for ((_r) = resctrl_arch_get_resource(0); \37 (_r) = resctrl_arch_get_resource((_r)->rid + 1))342 struct rdt_resource *resctrl_arch_get_resource(enum resctrl_res_level l);
132 struct rdt_resource *resctrl_arch_get_resource(enum resctrl_res_level l) in resctrl_arch_get_resource() function