Searched refs:cmt_children (Results 1 – 2 of 2) sorted by relevance
392 ASSERT(GROUP_SIZE(parent->cmt_children) <= 1); in cmt_hier_promote()393 if (group_remove(parent->cmt_children, pg, GRP_NORESIZE) != -1) { in cmt_hier_promote()394 r = group_add(parent->cmt_children, parent, GRP_NORESIZE); in cmt_hier_promote()398 children = pg->cmt_children; in cmt_hier_promote()399 pg->cmt_children = parent->cmt_children; in cmt_hier_promote()400 parent->cmt_children = children; in cmt_hier_promote()410 parent->cmt_siblings = pg->cmt_children; in cmt_hier_promote()701 pg->cmt_siblings == pg->cmt_parent->cmt_children)); in pg_cmt_cpu_init()720 if (pg->cmt_parent->cmt_children == NULL) { in pg_cmt_cpu_init()721 pg->cmt_parent->cmt_children = in pg_cmt_cpu_init()[all …]
60 struct group *cmt_children; /* Active children CMT PGs */ member