my_children        42 orte/mca/routed/base/base.h                                                   opal_list_t *my_children);
my_children        40 orte/mca/routed/base/routed_base_fns.c void orte_routed_base_xcast_routing(opal_list_t *coll, opal_list_t *my_children)
my_children        72 orte/mca/routed/base/routed_base_fns.c             OPAL_LIST_FOREACH(child, my_children, orte_routed_tree_t) {
my_children        81 orte/mca/routed/base/routed_base_fns.c         OPAL_LIST_FOREACH(child, my_children, orte_routed_tree_t) {
my_children        82 orte/mca/routed/binomial/routed_binomial.c static opal_list_t              my_children;
my_children       110 orte/mca/routed/binomial/routed_binomial.c     OBJ_CONSTRUCT(&my_children, opal_list_t);
my_children       123 orte/mca/routed/binomial/routed_binomial.c     while (NULL != (item = opal_list_remove_first(&my_children))) {
my_children       126 orte/mca/routed/binomial/routed_binomial.c     OBJ_DESTRUCT(&my_children);
my_children       278 orte/mca/routed/binomial/routed_binomial.c     for (item = opal_list_get_first(&my_children);
my_children       279 orte/mca/routed/binomial/routed_binomial.c             item != opal_list_get_end(&my_children);
my_children       344 orte/mca/routed/binomial/routed_binomial.c         for (item = opal_list_get_first(&my_children);
my_children       345 orte/mca/routed/binomial/routed_binomial.c              item != opal_list_get_end(&my_children);
my_children       353 orte/mca/routed/binomial/routed_binomial.c                 opal_list_remove_item(&my_children, item);
my_children       484 orte/mca/routed/binomial/routed_binomial.c     while (NULL != (item = opal_list_remove_first(&my_children))) {
my_children       494 orte/mca/routed/binomial/routed_binomial.c                                    &num_children, &my_children, NULL, true);
my_children       498 orte/mca/routed/binomial/routed_binomial.c         for (item = opal_list_get_first(&my_children);
my_children       499 orte/mca/routed/binomial/routed_binomial.c              item != opal_list_get_end(&my_children);
my_children       522 orte/mca/routed/binomial/routed_binomial.c     orte_routed_base_xcast_routing(coll, &my_children);
my_children       530 orte/mca/routed/binomial/routed_binomial.c                          (int)opal_list_get_size(&my_children)));
my_children       531 orte/mca/routed/binomial/routed_binomial.c     return opal_list_get_size(&my_children);
my_children        81 orte/mca/routed/debruijn/routed_debruijn.c static opal_list_t              my_children;
my_children       112 orte/mca/routed/debruijn/routed_debruijn.c     OBJ_CONSTRUCT(&my_children, opal_list_t);
my_children       124 orte/mca/routed/debruijn/routed_debruijn.c     while (NULL != (item = opal_list_remove_first(&my_children))) {
my_children       127 orte/mca/routed/debruijn/routed_debruijn.c     OBJ_DESTRUCT(&my_children);
my_children       333 orte/mca/routed/debruijn/routed_debruijn.c         for (item = opal_list_get_first(&my_children);
my_children       334 orte/mca/routed/debruijn/routed_debruijn.c              item != opal_list_get_end(&my_children);
my_children       338 orte/mca/routed/debruijn/routed_debruijn.c                 opal_list_remove_item(&my_children, item);
my_children       403 orte/mca/routed/debruijn/routed_debruijn.c     while (NULL != (item = opal_list_remove_first(&my_children))) {
my_children       436 orte/mca/routed/debruijn/routed_debruijn.c                 opal_list_append (&my_children, &child->super);
my_children       451 orte/mca/routed/debruijn/routed_debruijn.c     orte_routed_base_xcast_routing(coll, &my_children);
my_children       456 orte/mca/routed/debruijn/routed_debruijn.c     return opal_list_get_size(&my_children);
my_children        72 orte/mca/routed/direct/routed_direct.c static opal_list_t my_children;
my_children       101 orte/mca/routed/direct/routed_direct.c     OBJ_CONSTRUCT(&my_children, opal_list_t);
my_children       108 orte/mca/routed/direct/routed_direct.c     OPAL_LIST_DESTRUCT(&my_children);
my_children       246 orte/mca/routed/direct/routed_direct.c         for (item = opal_list_get_first(&my_children);
my_children       247 orte/mca/routed/direct/routed_direct.c              item != opal_list_get_end(&my_children);
my_children       251 orte/mca/routed/direct/routed_direct.c                 opal_list_remove_item(&my_children, item);
my_children       297 orte/mca/routed/direct/routed_direct.c     OPAL_LIST_DESTRUCT(&my_children);
my_children       298 orte/mca/routed/direct/routed_direct.c     OBJ_CONSTRUCT(&my_children, opal_list_t);
my_children       311 orte/mca/routed/direct/routed_direct.c         opal_list_append(&my_children, &child->super);
my_children       331 orte/mca/routed/direct/routed_direct.c     orte_routed_base_xcast_routing(coll, &my_children);
my_children       339 orte/mca/routed/direct/routed_direct.c     return opal_list_get_size(&my_children);
my_children        84 orte/mca/routed/radix/routed_radix.c static opal_list_t              my_children;
my_children       112 orte/mca/routed/radix/routed_radix.c     OBJ_CONSTRUCT(&my_children, opal_list_t);
my_children       125 orte/mca/routed/radix/routed_radix.c     while (NULL != (item = opal_list_remove_first(&my_children))) {
my_children       128 orte/mca/routed/radix/routed_radix.c     OBJ_DESTRUCT(&my_children);
my_children       293 orte/mca/routed/radix/routed_radix.c         for (item = opal_list_get_first(&my_children);
my_children       294 orte/mca/routed/radix/routed_radix.c              item != opal_list_get_end(&my_children);
my_children       359 orte/mca/routed/radix/routed_radix.c         for (item = opal_list_get_first(&my_children);
my_children       360 orte/mca/routed/radix/routed_radix.c              item != opal_list_get_end(&my_children);
my_children       364 orte/mca/routed/radix/routed_radix.c                 opal_list_remove_item(&my_children, item);
my_children       459 orte/mca/routed/radix/routed_radix.c     while (NULL != (item = opal_list_remove_first(&my_children))) {
my_children       489 orte/mca/routed/radix/routed_radix.c     radix_tree(Ii, &num_children, &my_children, NULL);
my_children       493 orte/mca/routed/radix/routed_radix.c         for (item = opal_list_get_first(&my_children);
my_children       494 orte/mca/routed/radix/routed_radix.c              item != opal_list_get_end(&my_children);
my_children       516 orte/mca/routed/radix/routed_radix.c     orte_routed_base_xcast_routing(coll, &my_children);
my_children       521 orte/mca/routed/radix/routed_radix.c     return opal_list_get_size(&my_children);