pending_receives   85 ompi/mca/osc/pt2pt/osc_pt2pt.h     opal_list_t pending_receives;
pending_receives  157 ompi/mca/osc/pt2pt/osc_pt2pt_component.c     int recv_count = opal_list_get_size (&mca_osc_pt2pt_component.pending_receives);
pending_receives  163 ompi/mca/osc/pt2pt/osc_pt2pt_component.c             ompi_osc_pt2pt_receive_t *recv = (ompi_osc_pt2pt_receive_t *) opal_list_remove_first (&mca_osc_pt2pt_component.pending_receives);
pending_receives  218 ompi/mca/osc/pt2pt/osc_pt2pt_component.c     OBJ_CONSTRUCT(&mca_osc_pt2pt_component.pending_receives, opal_list_t);
pending_receives  280 ompi/mca/osc/pt2pt/osc_pt2pt_component.c     OBJ_DESTRUCT(&mca_osc_pt2pt_component.pending_receives);
pending_receives 1621 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     opal_list_append (&mca_osc_pt2pt_component.pending_receives, &recv->super);