Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/cpu/resctrl/
H A Dcore.c66 .mon_scope = RESCTRL_L3_CACHE,
514 int id = get_domain_id_from_scope(cpu, r->mon_scope); in domain_add_cpu_mon()
525 cpu, r->mon_scope, r->name); in domain_add_cpu_mon()
627 int id = get_domain_id_from_scope(cpu, r->mon_scope); in domain_remove_cpu_mon()
636 cpu, r->mon_scope, r->name); in domain_remove_cpu_mon()
H A Dmonitor.c1184 rdt_resources_all[RDT_RESOURCE_L3].r_resctrl.mon_scope = RESCTRL_L3_NODE; in snc_get_config()
H A Drdtgroup.c2436 r->ctrl_scope == rmbm->mon_scope); in supports_mba_mbps()
3148 snc_mode = r->mon_scope == RESCTRL_L3_NODE; in rmdir_mondata_subdir_allrdtgrp()
3200 snc_mode = r->mon_scope == RESCTRL_L3_NODE; in mkdir_mondata_subdir()
/linux-6.15/include/linux/
H A Dresctrl.h269 enum resctrl_scope mon_scope; member