Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/cpu/resctrl/
Dmonitor.c282 cur_bw = (chunks * r->mon_scale) >> 20; in mbm_bw_count()
613 r->mon_scale = boot_cpu_data.x86_cache_occ_scale; in rdt_get_mon_l3_config()
632 resctrl_cqm_threshold /= r->mon_scale; in rdt_get_mon_l3_config()
Dinternal.h489 unsigned int mon_scale; member
Dctrlmondata.c485 seq_printf(m, "%llu\n", rr.val * r->mon_scale); in rdtgroup_mondata_show()
Drdtgroup.c1043 seq_printf(seq, "%u\n", resctrl_cqm_threshold * r->mon_scale); in max_threshold_occ_show()
1075 resctrl_cqm_threshold = bytes / r->mon_scale; in max_threshold_occ_write()