Searched refs:tcgrp (Results 1 – 1 of 1) sorted by relevance
5530 struct cgroup *tcgrp; in css_release_work_fn() local5538 for (tcgrp = cgroup_parent(cgrp); tcgrp; in css_release_work_fn()5539 tcgrp = cgroup_parent(tcgrp)) in css_release_work_fn()5714 struct cgroup *cgrp, *tcgrp; in cgroup_create() local5775 for (tcgrp = cgrp; tcgrp; tcgrp = cgroup_parent(tcgrp)) { in cgroup_create()5776 cgrp->ancestors[tcgrp->level] = tcgrp; in cgroup_create()5778 if (tcgrp != cgrp) { in cgroup_create()5779 tcgrp->nr_descendants++; in cgroup_create()6062 for (tcgrp = parent; tcgrp; tcgrp = cgroup_parent(tcgrp)) { in cgroup_destroy_locked()6063 tcgrp->nr_descendants--; in cgroup_destroy_locked()[all …]