Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/cpu/resctrl/
Dcore.c414 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()
Dinternal.h604 struct rdt_domain_hdr *rdt_find_domain(struct list_head *h, int id,
Dctrlmondata.c606 hdr = rdt_find_domain(&r->mon_domains, domid, NULL); in rdtgroup_mondata_show()