Searched refs:ctrl_scope (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/arch/x86/kernel/cpu/resctrl/ |
| H A D | core.c | 65 .ctrl_scope = RESCTRL_L3_CACHE, 79 .ctrl_scope = RESCTRL_L2_CACHE, 91 .ctrl_scope = RESCTRL_L3_CACHE, 101 .ctrl_scope = RESCTRL_L3_CACHE, 459 int id = get_domain_id_from_scope(cpu, r->ctrl_scope); in domain_add_cpu_ctrl() 470 cpu, r->ctrl_scope, r->name); in domain_add_cpu_ctrl() 581 int id = get_domain_id_from_scope(cpu, r->ctrl_scope); in domain_remove_cpu_ctrl() 590 cpu, r->ctrl_scope, r->name); in domain_remove_cpu_ctrl()
|
| H A D | rdtgroup.c | 1513 if (WARN_ON_ONCE(r->ctrl_scope != RESCTRL_L2_CACHE && r->ctrl_scope != RESCTRL_L3_CACHE)) in rdtgroup_cbm_to_size() 1517 ci = get_cpu_cacheinfo_level(cpumask_any(&d->hdr.cpu_mask), r->ctrl_scope); in rdtgroup_cbm_to_size() 2436 r->ctrl_scope == rmbm->mon_scope); in supports_mba_mbps()
|
| H A D | pseudo_lock.c | 300 enum resctrl_scope scope = plr->s->res->ctrl_scope; in pseudo_lock_region_init()
|
| /linux-6.15/include/linux/ |
| H A D | resctrl.h | 268 enum resctrl_scope ctrl_scope; member
|