active_peers      296 oshmem/mca/spml/ikrit/spml_ikrit.c     while (NULL != opal_list_remove_first(&mca_spml_ikrit.active_peers)) {
active_peers      298 oshmem/mca/spml/ikrit/spml_ikrit.c     OBJ_DESTRUCT(&mca_spml_ikrit.active_peers);
active_peers      326 oshmem/mca/spml/ikrit/spml_ikrit.c     OBJ_CONSTRUCT(&mca_spml_ikrit.active_peers, opal_list_t);
active_peers      793 oshmem/mca/spml/ikrit/spml_ikrit.c             opal_list_remove_item(&mca_spml_ikrit.active_peers, &peer->link);
active_peers      847 oshmem/mca/spml/ikrit/spml_ikrit.c             (int)opal_list_get_size(&mca_spml_ikrit.active_peers) > mca_spml_ikrit.unsync_conn_max ||
active_peers      876 oshmem/mca/spml/ikrit/spml_ikrit.c         opal_list_append(&mca_spml_ikrit.active_peers,
active_peers      943 oshmem/mca/spml/ikrit/spml_ikrit.c         opal_list_append(&mca_spml_ikrit.active_peers,
active_peers     1014 oshmem/mca/spml/ikrit/spml_ikrit.c                  mca_spml_ikrit.n_active_puts, (int)opal_list_get_size(&mca_spml_ikrit.active_peers));
active_peers     1018 oshmem/mca/spml/ikrit/spml_ikrit.c     while (NULL != (item = opal_list_remove_first(&mca_spml_ikrit.active_peers))) {
active_peers      119 oshmem/mca/spml/ikrit/spml_ikrit.h     opal_list_t active_peers;