Searched refs:mbm_local (Results 1 – 3 of 3) sorted by relevance
162 struct mbm_state *mbm_local; member
4133 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()
587 return &d->mbm_local[idx]; in get_mbm_state()