Lines Matching defs:children
72 * Parent PGs always contain a superset of their children(s) resources,
334 group_t *children;
387 * only child of it's parent. Update the parent's children set
389 * the child). Then have PG and the parent swap children sets and
390 * children counts.
398 children = pg->cmt_children;
400 parent->cmt_children = children;
432 * Iterate over the CPU's PGs updating the children
685 uint_t children;
709 children = ++lgrp->cl_npgs;
716 * A good parent keeps track of their children.
717 * The parent's children group is also the PG's
726 children = ++pg->cmt_parent->cmt_nchildren;
729 group_expand(pg->cmt_siblings, children);
829 * If it's about to become empty, destroy it's children
1467 group_t *hwset, *children;
1525 * the siblings set for the PG's children
1586 * Move PG's children from it's children set to it's parent's
1587 * children set. Note that the parent's children set, and PG's
1591 * operating on (removing the children), first add all of PG's
1592 * children to the parent's children set, and once we are done
1593 * iterating, empty PG's children set.
1596 children = pg->cmt_children;
1599 while ((child = group_iterate(children, &child_iter))
1642 * Iterate over the CPU's PGs updating the children