Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dresctrl.h162 struct mbm_state *mbm_local; member
/linux-6.15/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c4133 kfree(d->mbm_local); in domain_destroy_mon_state()
4209 tsize = sizeof(*d->mbm_local); in domain_setup_mon_state()
4210 d->mbm_local = kcalloc(idx_limit, tsize, GFP_KERNEL); in domain_setup_mon_state()
4211 if (!d->mbm_local) { in domain_setup_mon_state()
H A Dmonitor.c587 return &d->mbm_local[idx]; in get_mbm_state()