Searched refs:mon_domains (Results 1 – 5 of 5) sorted by relevance
/linux/arch/x86/kernel/cpu/resctrl/ |
H A D | core.c | 63 #define mon_domain_init(id) LIST_HEAD_INIT(rdt_resources_all[id].r_resctrl.mon_domains) 74 .mon_domains = mon_domain_init(RDT_RESOURCE_L3), 383 list_for_each_entry(d, &r->mon_domains, hdr.list) { in get_mon_domain_from_cpu() 601 hdr = rdt_find_domain(&r->mon_domains, id, &add_pos); in domain_add_cpu_mon() 712 hdr = rdt_find_domain(&r->mon_domains, id, NULL); in domain_remove_cpu_mon()
|
H A D | ctrlmondata.c | 591 list_for_each_entry(d, &r->mon_domains, hdr.list) { in rdtgroup_mondata_show() 606 hdr = rdt_find_domain(&r->mon_domains, domid, NULL); in rdtgroup_mondata_show()
|
H A D | monitor.c | 536 list_for_each_entry(d, &r->mon_domains, hdr.list) { in add_rmid_to_limbo() 635 list_for_each_entry(d, &rr->r->mon_domains, hdr.list) { in __mon_event_count()
|
H A D | rdtgroup.c | 1606 list_for_each_entry(dom, &r->mon_domains, hdr.list) { in mbm_config_show() 1730 list_for_each_entry(d, &r->mon_domains, hdr.list) { in mon_config_write() 2706 list_for_each_entry(dom, &r->mon_domains, hdr.list) in rdt_get_tree() 3170 list_for_each_entry(dom, &r->mon_domains, hdr.list) { in mkdir_mondata_subdir_alldom()
|
/linux/include/linux/ |
H A D | resctrl.h | 216 struct list_head mon_domains; member
|