Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c3952 struct rdtgroup *new_prdtgrp, in mongrp_reparent() argument
3958 WARN_ON(new_prdtgrp->type != RDTCTRL_GROUP); in mongrp_reparent()
3961 if (prdtgrp == new_prdtgrp) in mongrp_reparent()
3966 &new_prdtgrp->mon.crdtgrp_list); in mongrp_reparent()
3968 rdtgrp->mon.parent = new_prdtgrp; in mongrp_reparent()
3969 rdtgrp->closid = new_prdtgrp->closid; in mongrp_reparent()
3981 struct rdtgroup *new_prdtgrp; in rdtgroup_rename() local
3988 if (!rdtgrp || !new_prdtgrp) in rdtgroup_rename()
3993 rdtgroup_kn_get(new_prdtgrp, new_parent); in rdtgroup_rename()
4035 rdtgrp->mon.parent != new_prdtgrp) { in rdtgroup_rename()
[all …]