Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dresctrl.h78 struct mbm_state *mbm_total; member
/linux-6.3-rc2/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()
/linux-6.3-rc2/arch/x86/kernel/cpu/resctrl/
A Drdtgroup.c3549 kfree(d->mbm_total); in domain_destroy_mon_state()
3598 tsize = sizeof(*d->mbm_total); in domain_setup_mon_state()
3599 d->mbm_total = kcalloc(r->num_rmid, tsize, GFP_KERNEL); in domain_setup_mon_state()
3600 if (!d->mbm_total) { in domain_setup_mon_state()
3610 kfree(d->mbm_total); in domain_setup_mon_state()
A Dmonitor.c403 m = &rr->d->mbm_total[rmid]; in __mon_event_count()

Completed in 14 milliseconds