Searched refs:ctrl_scope (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/arch/x86/kernel/cpu/resctrl/ |
D | core.c | 71 .ctrl_scope = RESCTRL_L3_CACHE, 87 .ctrl_scope = RESCTRL_L2_CACHE, 101 .ctrl_scope = RESCTRL_L3_CACHE, 113 .ctrl_scope = RESCTRL_L3_CACHE, 531 int id = get_domain_id_from_scope(cpu, r->ctrl_scope); in domain_add_cpu_ctrl() 542 cpu, r->ctrl_scope, r->name); in domain_add_cpu_ctrl() 653 int id = get_domain_id_from_scope(cpu, r->ctrl_scope); in domain_remove_cpu_ctrl() 662 cpu, r->ctrl_scope, r->name); in domain_remove_cpu_ctrl()
|
D | rdtgroup.c | 1456 if (WARN_ON_ONCE(r->ctrl_scope != RESCTRL_L2_CACHE && r->ctrl_scope != RESCTRL_L3_CACHE)) in rdtgroup_cbm_to_size() 1460 ci = get_cpu_cacheinfo_level(cpumask_any(&d->hdr.cpu_mask), r->ctrl_scope); in rdtgroup_cbm_to_size() 2348 r->ctrl_scope == rmbm->mon_scope); in supports_mba_mbps()
|
D | pseudo_lock.c | 294 enum resctrl_scope scope = plr->s->res->ctrl_scope; in pseudo_lock_region_init()
|
/linux-6.12.1/include/linux/ |
D | resctrl.h | 211 enum resctrl_scope ctrl_scope; member
|