Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/resctrl/
H A Dcore.c65 .ctrl_scope = RESCTRL_L3_CACHE,
78 .ctrl_scope = RESCTRL_L2_CACHE,
89 .ctrl_scope = RESCTRL_L3_CACHE,
98 .ctrl_scope = RESCTRL_L3_CACHE,
473 int id = get_domain_id_from_scope(cpu, r->ctrl_scope); in domain_add_cpu_ctrl()
484 cpu, r->ctrl_scope, r->name); in domain_add_cpu_ctrl()
614 int id = get_domain_id_from_scope(cpu, r->ctrl_scope); in domain_remove_cpu_ctrl()
623 cpu, r->ctrl_scope, r->name); in domain_remove_cpu_ctrl()
/linux/include/linux/
H A Dresctrl.h325 enum resctrl_scope ctrl_scope; member
/linux/fs/resctrl/
H A Dpseudo_lock.c227 enum resctrl_scope scope = plr->s->res->ctrl_scope; in pseudo_lock_region_init()
H A Drdtgroup.c1530 if (WARN_ON_ONCE(r->ctrl_scope != RESCTRL_L2_CACHE && r->ctrl_scope != RESCTRL_L3_CACHE)) in rdtgroup_cbm_to_size()
1534 ci = get_cpu_cacheinfo_level(cpumask_any(&d->hdr.cpu_mask), r->ctrl_scope); in rdtgroup_cbm_to_size()
2523 r->ctrl_scope == rmbm->mon_scope); in supports_mba_mbps()