Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c3816 struct rdtgroup *new_prdtgrp, in mongrp_reparent() argument
3822 WARN_ON(new_prdtgrp->type != RDTCTRL_GROUP); in mongrp_reparent()
3825 if (prdtgrp == new_prdtgrp) in mongrp_reparent()
3830 &new_prdtgrp->mon.crdtgrp_list); in mongrp_reparent()
3832 rdtgrp->mon.parent = new_prdtgrp; in mongrp_reparent()
3833 rdtgrp->closid = new_prdtgrp->closid; in mongrp_reparent()
3844 struct rdtgroup *new_prdtgrp; in rdtgroup_rename() local
3850 new_prdtgrp = kernfs_to_rdtgroup(new_parent); in rdtgroup_rename()
3851 if (!rdtgrp || !new_prdtgrp) in rdtgroup_rename()
3856 rdtgroup_kn_get(new_prdtgrp, new_parent); in rdtgroup_rename()
[all …]