Home
last modified time | relevance | path

Searched refs:resctrl_to_arch_res (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c225 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in get_corrected_val()
422 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in rdt_get_l3_mon_config()
525 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in resctrl_arch_mbm_cntr_assign_set()
538 return resctrl_to_arch_res(r)->mbm_cntr_assign_enabled; in resctrl_arch_mbm_cntr_assign_enabled()
579 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in resctrl_arch_mbm_cntr_assign_set_one()
H A Dinternal.h147 static inline struct rdt_hw_resource *resctrl_to_arch_res(struct rdt_resource *r) in resctrl_to_arch_res() function