Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/resctrl/
H A Dcore.c71 .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()
H A Drdtgroup.c1456 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()
/linux/include/linux/
H A Dresctrl.h211 enum resctrl_scope ctrl_scope; member