Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/cpu/resctrl/ !
Dcore.c411 kfree(hw_dom->arch_mbm_local); in domain_free()
453 tsize = sizeof(*hw_dom->arch_mbm_local); in arch_domain_mbm_alloc()
454 hw_dom->arch_mbm_local = kcalloc(num_rmid, tsize, GFP_KERNEL); in arch_domain_mbm_alloc()
455 if (!hw_dom->arch_mbm_local) { in arch_domain_mbm_alloc()
Dinternal.h320 struct arch_mbm_state *arch_mbm_local; member
Dmonitor.c183 return &hw_dom->arch_mbm_local[rmid]; in get_arch_mbm_state()