Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/resctrl/
H A Dcore.c72 .mon_scope = RESCTRL_L3_CACHE,
586 int id = get_domain_id_from_scope(cpu, r->mon_scope); in domain_add_cpu_mon()
597 cpu, r->mon_scope, r->name); in domain_add_cpu_mon()
699 int id = get_domain_id_from_scope(cpu, r->mon_scope); in domain_remove_cpu_mon()
708 cpu, r->mon_scope, r->name); in domain_remove_cpu_mon()
H A Dmonitor.c1167 rdt_resources_all[RDT_RESOURCE_L3].r_resctrl.mon_scope = RESCTRL_L3_NODE; in snc_get_config()
H A Drdtgroup.c2348 r->ctrl_scope == rmbm->mon_scope); in supports_mba_mbps()
3038 snc_mode = r->mon_scope == RESCTRL_L3_NODE; in rmdir_mondata_subdir_allrdtgrp()
3090 snc_mode = r->mon_scope == RESCTRL_L3_NODE; in mkdir_mondata_subdir()
/linux/include/linux/
H A Dresctrl.h212 enum resctrl_scope mon_scope; member