relatives          95 orte/mca/routed/base/routed_base_frame.c     OBJ_CONSTRUCT(&rt->relatives, opal_bitmap_t);
relatives          99 orte/mca/routed/base/routed_base_frame.c     OBJ_DESTRUCT(&rt->relatives);
relatives         288 orte/mca/routed/binomial/routed_binomial.c         if (opal_bitmap_is_set_bit(&child->relatives, daemon.vpid)) {
relatives         389 orte/mca/routed/binomial/routed_binomial.c                          opal_bitmap_t *relatives, bool mine)
relatives         423 orte/mca/routed/binomial/routed_binomial.c                     opal_bitmap_init(&child->relatives, num_procs);
relatives         426 orte/mca/routed/binomial/routed_binomial.c                     relations = &child->relatives;
relatives         429 orte/mca/routed/binomial/routed_binomial.c                     opal_bitmap_set_bit(relatives, peer);
relatives         431 orte/mca/routed/binomial/routed_binomial.c                     relations = relatives;
relatives         459 orte/mca/routed/binomial/routed_binomial.c             if (0 <= (found = binomial_tree(peer, rank, me, num_procs, nchildren, childrn, relatives, mine))) {
relatives         504 orte/mca/routed/binomial/routed_binomial.c                 if (opal_bitmap_is_set_bit(&child->relatives, j)) {
relatives         303 orte/mca/routed/radix/routed_radix.c             if (opal_bitmap_is_set_bit(&child->relatives, daemon.vpid)) {
relatives         398 orte/mca/routed/radix/routed_radix.c                        opal_list_t *children, opal_bitmap_t *relatives)
relatives         424 orte/mca/routed/radix/routed_radix.c                 opal_bitmap_init(&child->relatives, orte_process_info.num_procs);
relatives         426 orte/mca/routed/radix/routed_radix.c                 relations = &child->relatives;
relatives         429 orte/mca/routed/radix/routed_radix.c                 if (OPAL_SUCCESS != opal_bitmap_set_bit(relatives, peer)) {
relatives         433 orte/mca/routed/radix/routed_radix.c                 relations = relatives;
relatives         499 orte/mca/routed/radix/routed_radix.c                 if (opal_bitmap_is_set_bit(&child->relatives, j)) {
relatives          35 orte/mca/routed/routed_types.h     opal_bitmap_t relatives;
relatives          25 orte/test/system/binom.c     opal_bitmap_t relatives;
relatives          31 orte/test/system/binom.c     OBJ_CONSTRUCT(&rt->relatives, opal_bitmap_t);
relatives          35 orte/test/system/binom.c     OBJ_DESTRUCT(&rt->relatives);
relatives          42 orte/test/system/binom.c                 int *num_children, opal_list_t *children, opal_bitmap_t *relatives)
relatives          65 orte/test/system/binom.c                     opal_bitmap_init(&child->relatives, num_procs);
relatives          67 orte/test/system/binom.c                     relations = &child->relatives;
relatives          70 orte/test/system/binom.c                     opal_bitmap_set_bit(relatives, peer);
relatives          72 orte/test/system/binom.c                     relations = relatives;
relatives          91 orte/test/system/binom.c             if (0 <= (found = down_search(peer, rank, me, num_procs, num_children, children, relatives))) {
relatives         129 orte/test/system/binom.c                 if (opal_bitmap_is_set_bit(&child->relatives, j)) {
relatives          25 orte/test/system/radix.c                 int *num_children, opal_list_t *children, opal_bitmap_t *relatives)
relatives          53 orte/test/system/radix.c                 opal_bitmap_init(&child->relatives, num_procs);
relatives          55 orte/test/system/radix.c                 relations = &child->relatives;
relatives          59 orte/test/system/radix.c                 if (OPAL_SUCCESS != (rc = opal_bitmap_set_bit(relatives, peer))) {
relatives          63 orte/test/system/radix.c                 relations = relatives;
relatives         127 orte/test/system/radix.c                 if (opal_bitmap_is_set_bit(&child->relatives, j)) {