Searched refs:rdt_find_domain (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/x86/kernel/cpu/resctrl/ |
H A D | core.c | 392 struct rdt_domain *rdt_find_domain(struct rdt_resource *r, int id, in rdt_find_domain() function 509 d = rdt_find_domain(r, id, &add_pos); in domain_add_cpu() 557 d = rdt_find_domain(r, id, NULL); in domain_remove_cpu()
|
H A D | internal.h | 512 struct rdt_domain *rdt_find_domain(struct rdt_resource *r, int id,
|
H A D | ctrlmondata.c | 568 d = rdt_find_domain(r, domid, NULL); in rdtgroup_mondata_show()
|