Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c3534 struct rdtgroup *new_prdtgrp, in mongrp_reparent() argument
3540 WARN_ON(new_prdtgrp->type != RDTCTRL_GROUP); in mongrp_reparent()
3543 if (prdtgrp == new_prdtgrp) in mongrp_reparent()
3548 &new_prdtgrp->mon.crdtgrp_list); in mongrp_reparent()
3550 rdtgrp->mon.parent = new_prdtgrp; in mongrp_reparent()
3551 rdtgrp->closid = new_prdtgrp->closid; in mongrp_reparent()
3562 struct rdtgroup *new_prdtgrp; in rdtgroup_rename() local
3568 new_prdtgrp = kernfs_to_rdtgroup(new_parent); in rdtgroup_rename()
3569 if (!rdtgrp || !new_prdtgrp) in rdtgroup_rename()
3574 rdtgroup_kn_get(new_prdtgrp, new_parent); in rdtgroup_rename()
[all …]