pending_operations 82 ompi/mca/osc/pt2pt/osc_pt2pt.h opal_list_t pending_operations; pending_operations 696 ompi/mca/osc/pt2pt/osc_pt2pt.h opal_list_append (&mca_osc_pt2pt_component.pending_operations, &pending->super)); pending_operations 156 ompi/mca/osc/pt2pt/osc_pt2pt_component.c int pending_count = opal_list_get_size (&mca_osc_pt2pt_component.pending_operations); pending_operations 176 ompi/mca/osc/pt2pt/osc_pt2pt_component.c OPAL_LIST_FOREACH_SAFE(pending, next, &mca_osc_pt2pt_component.pending_operations, ompi_osc_pt2pt_pending_t) { pending_operations 195 ompi/mca/osc/pt2pt/osc_pt2pt_component.c opal_list_remove_item (&mca_osc_pt2pt_component.pending_operations, &pending->super); pending_operations 216 ompi/mca/osc/pt2pt/osc_pt2pt_component.c OBJ_CONSTRUCT(&mca_osc_pt2pt_component.pending_operations, opal_list_t); pending_operations 278 ompi/mca/osc/pt2pt/osc_pt2pt_component.c OBJ_DESTRUCT(&mca_osc_pt2pt_component.pending_operations);