Home
last modified time | relevance | path

Searched refs:arch_mbm_total (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/arch/x86/kernel/cpu/resctrl/
Dcore.c410 kfree(hw_dom->arch_mbm_total); in domain_free()
447 tsize = sizeof(*hw_dom->arch_mbm_total); in arch_domain_mbm_alloc()
448 hw_dom->arch_mbm_total = kcalloc(num_rmid, tsize, GFP_KERNEL); in arch_domain_mbm_alloc()
449 if (!hw_dom->arch_mbm_total) in arch_domain_mbm_alloc()
456 kfree(hw_dom->arch_mbm_total); in arch_domain_mbm_alloc()
457 hw_dom->arch_mbm_total = NULL; in arch_domain_mbm_alloc()
Dinternal.h319 struct arch_mbm_state *arch_mbm_total; member
Dmonitor.c157 return &hw_dom->arch_mbm_total[rmid]; in get_arch_mbm_state()