Searched refs:rdt_find_domain (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/x86/kernel/cpu/resctrl/ |
D | core.c | 414 struct rdt_domain_hdr *rdt_find_domain(struct list_head *h, int id, in rdt_find_domain() function 546 hdr = rdt_find_domain(&r->ctrl_domains, id, &add_pos); in domain_add_cpu_ctrl() 601 hdr = rdt_find_domain(&r->mon_domains, id, &add_pos); in domain_add_cpu_mon() 666 hdr = rdt_find_domain(&r->ctrl_domains, id, NULL); in domain_remove_cpu_ctrl() 712 hdr = rdt_find_domain(&r->mon_domains, id, NULL); in domain_remove_cpu_mon()
|
D | internal.h | 604 struct rdt_domain_hdr *rdt_find_domain(struct list_head *h, int id,
|
D | ctrlmondata.c | 606 hdr = rdt_find_domain(&r->mon_domains, domid, NULL); in rdtgroup_mondata_show()
|