Searched refs:mbm_total (Results 1 – 4 of 4) sorted by relevance
461 tsize = sizeof(*d->mbm_total); in domain_setup_mon_state()462 d->mbm_total = kcalloc(r->num_rmid, tsize, GFP_KERNEL); in domain_setup_mon_state()463 if (!d->mbm_total) { in domain_setup_mon_state()473 kfree(d->mbm_total); in domain_setup_mon_state()598 kfree(d->mbm_total); in domain_remove_cpu()
303 m = &rr->d->mbm_total[rmid]; in __mon_event_count()
62 struct mbm_state *mbm_total; member
446 static int get_mem_bw_resctrl(unsigned long *mbm_total) in get_mem_bw_resctrl() argument456 if (fscanf(fp, "%lu", mbm_total) <= 0) { in get_mem_bw_resctrl()
Completed in 8 milliseconds