Home
last modified time | relevance | path

Searched refs:mbm_total (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/cpu/resctrl/
H A Dcore.c521 tsize = sizeof(*d->mbm_total); in domain_setup_mon_state()
522 d->mbm_total = kcalloc(r->num_rmid, tsize, GFP_KERNEL); in domain_setup_mon_state()
523 if (!d->mbm_total) { in domain_setup_mon_state()
533 kfree(d->mbm_total); in domain_setup_mon_state()
654 kfree(d->mbm_total); in domain_remove_cpu()
H A Dinternal.h307 * @mbm_total: saved state for MBM total bandwidth
326 struct mbm_state *mbm_total; member
H A Dmonitor.c239 m = &rr->d->mbm_total[rmid]; in __mon_event_count()
/kernel/linux/linux-6.6/include/linux/
H A Dresctrl.h61 * @mbm_total: saved state for MBM total bandwidth
78 struct mbm_state *mbm_total; member
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/
H 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()
/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/
H 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()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c1583 * mbm_local and mbm_total counts for all the RMIDs. in mbm_config_write_domain()
3709 kfree(d->mbm_total); in domain_destroy_mon_state()
3758 tsize = sizeof(*d->mbm_total); in domain_setup_mon_state()
3759 d->mbm_total = kcalloc(r->num_rmid, tsize, GFP_KERNEL); in domain_setup_mon_state()
3760 if (!d->mbm_total) { in domain_setup_mon_state()
3770 kfree(d->mbm_total); in domain_setup_mon_state()
H A Dmonitor.c391 return &d->mbm_total[rmid]; in get_mbm_state()

Completed in 14 milliseconds