Home
last modified time | relevance | path

Searched refs:mbm_total (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/kernel/cpu/resctrl/
A Dcore.c461 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()
A Dmonitor.c303 m = &rr->d->mbm_total[rmid]; in __mon_event_count()
/linux/include/linux/
A Dresctrl.h62 struct mbm_state *mbm_total; member
/linux/tools/testing/selftests/resctrl/
A Dresctrl_val.c446 static int get_mem_bw_resctrl(unsigned long *mbm_total) in get_mem_bw_resctrl() argument
456 if (fscanf(fp, "%lu", mbm_total) <= 0) { in get_mem_bw_resctrl()

Completed in 8 milliseconds