Searched refs:num_rmid (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/arch/x86/kernel/cpu/resctrl/ |
D | monitor.c | 267 nrmid = find_next_bit(d->rmid_busy_llc, r->num_rmid, crmid); in __check_limbo() 268 if (nrmid >= r->num_rmid) in __check_limbo() 293 return find_first_bit(d->rmid_busy_llc, r->num_rmid) != r->num_rmid; in has_busy_rmid() 709 nr_rmids = r->num_rmid; in dom_data_init() 775 r->num_rmid = boot_cpu_data.x86_cache_max_rmid + 1; in rdt_get_mon_l3_config() 790 threshold = resctrl_rmid_realloc_limit / r->num_rmid; in rdt_get_mon_l3_config()
|
D | core.c | 442 static int arch_domain_mbm_alloc(u32 num_rmid, struct rdt_hw_domain *hw_dom) in arch_domain_mbm_alloc() argument 448 hw_dom->arch_mbm_total = kcalloc(num_rmid, tsize, GFP_KERNEL); in arch_domain_mbm_alloc() 454 hw_dom->arch_mbm_local = kcalloc(num_rmid, tsize, GFP_KERNEL); in arch_domain_mbm_alloc() 514 if (r->mon_capable && arch_domain_mbm_alloc(r->num_rmid, hw_dom)) { in domain_add_cpu()
|
D | rdtgroup.c | 995 seq_printf(seq, "%d\n", r->num_rmid); in rdt_num_rmids_show() 3336 d->rmid_busy_llc = bitmap_zalloc(r->num_rmid, GFP_KERNEL); in domain_setup_mon_state() 3342 d->mbm_total = kcalloc(r->num_rmid, tsize, GFP_KERNEL); in domain_setup_mon_state() 3350 d->mbm_local = kcalloc(r->num_rmid, tsize, GFP_KERNEL); in domain_setup_mon_state()
|
/linux-6.1.9/include/linux/ |
D | resctrl.h | 170 int num_rmid; member
|