Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/cpu/resctrl/
H A Dcore.c474 hdr = resctrl_find_domain(&r->ctrl_domains, id, &add_pos); in domain_add_cpu_ctrl()
529 hdr = resctrl_find_domain(&r->mon_domains, id, &add_pos); in domain_add_cpu_mon()
594 hdr = resctrl_find_domain(&r->ctrl_domains, id, NULL); in domain_remove_cpu_ctrl()
640 hdr = resctrl_find_domain(&r->mon_domains, id, NULL); in domain_remove_cpu_mon()
H A Dctrlmondata.c600 struct rdt_domain_hdr *resctrl_find_domain(struct list_head *h, int id, in resctrl_find_domain() function
707 hdr = resctrl_find_domain(&r->mon_domains, domid, NULL); in rdtgroup_mondata_show()
/linux-6.15/include/linux/
H A Dresctrl.h475 struct rdt_domain_hdr *resctrl_find_domain(struct list_head *h, int id,