Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/cpu/resctrl/
H A Dcore.c65 .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 Drdtgroup.c1513 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 Dpseudo_lock.c300 enum resctrl_scope scope = plr->s->res->ctrl_scope; in pseudo_lock_region_init()
/linux-6.15/include/linux/
H A Dresctrl.h268 enum resctrl_scope ctrl_scope; member