Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/resctrl/
Dmonitor.c282 cur_bw = (chunks * r->mon_scale) >> 20; in mbm_bw_count()
623 r->mon_scale = boot_cpu_data.x86_cache_occ_scale; in rdt_get_mon_l3_config()
636 resctrl_cqm_threshold /= r->mon_scale; in rdt_get_mon_l3_config()
Dinternal.h463 unsigned int mon_scale; member
Dctrlmondata.c549 seq_printf(m, "%llu\n", rr.val * r->mon_scale); in rdtgroup_mondata_show()
Drdtgroup.c944 seq_printf(seq, "%u\n", resctrl_cqm_threshold * r->mon_scale); in max_threshold_occ_show()
963 resctrl_cqm_threshold = bytes / r->mon_scale; in max_threshold_occ_write()