Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/cpu/resctrl/
A Dmonitor.c217 sizeof(*hw_dom->arch_mbm_total) * r->num_rmid); in resctrl_arch_reset_rmid_all()
221 sizeof(*hw_dom->arch_mbm_local) * r->num_rmid); in resctrl_arch_reset_rmid_all()
284 nrmid = find_next_bit(d->rmid_busy_llc, r->num_rmid, crmid); in __check_limbo()
285 if (nrmid >= r->num_rmid) in __check_limbo()
310 return find_first_bit(d->rmid_busy_llc, r->num_rmid) != r->num_rmid; in has_busy_rmid()
726 nr_rmids = r->num_rmid; in dom_data_init()
792 r->num_rmid = boot_cpu_data.x86_cache_max_rmid + 1; in rdt_get_mon_l3_config()
807 threshold = resctrl_rmid_realloc_limit / r->num_rmid; in rdt_get_mon_l3_config()
A Dcore.c467 static int arch_domain_mbm_alloc(u32 num_rmid, struct rdt_hw_domain *hw_dom) in arch_domain_mbm_alloc() argument
473 hw_dom->arch_mbm_total = kcalloc(num_rmid, tsize, GFP_KERNEL); in arch_domain_mbm_alloc()
479 hw_dom->arch_mbm_local = kcalloc(num_rmid, tsize, GFP_KERNEL); in arch_domain_mbm_alloc()
539 if (r->mon_capable && arch_domain_mbm_alloc(r->num_rmid, hw_dom)) { in domain_add_cpu()
A Drdtgroup.c990 seq_printf(seq, "%d\n", r->num_rmid); in rdt_num_rmids_show()
3593 d->rmid_busy_llc = bitmap_zalloc(r->num_rmid, GFP_KERNEL); in domain_setup_mon_state()
3599 d->mbm_total = kcalloc(r->num_rmid, tsize, GFP_KERNEL); in domain_setup_mon_state()
3607 d->mbm_local = kcalloc(r->num_rmid, tsize, GFP_KERNEL); in domain_setup_mon_state()
/linux-6.3-rc2/include/linux/
A Dresctrl.h170 int num_rmid; member

Completed in 13 milliseconds