complete_count     74 ompi/mca/osc/portals4/osc_portals4.h     volatile int32_t complete_count;
complete_count     96 ompi/mca/osc/portals4/osc_portals4_active_target.c                             offsetof(ompi_osc_portals4_node_state_t, complete_count),
complete_count    129 ompi/mca/osc/portals4/osc_portals4_active_target.c         module->state.complete_count = 0;
complete_count    166 ompi/mca/osc/portals4/osc_portals4_active_target.c         while (module->state.complete_count != size) opal_progress();
complete_count    186 ompi/mca/osc/portals4/osc_portals4_active_target.c         if (module->state.complete_count == size) {
complete_count    584 ompi/mca/osc/portals4/osc_portals4_component.c     module->state.complete_count = 0;
complete_count     58 ompi/mca/osc/sm/osc_sm.h     opal_atomic_int32_t complete_count;
complete_count    204 ompi/mca/osc/sm/osc_sm_active_target.c         (void) opal_atomic_add_fetch_32(&module->node_states[ranks[i]].complete_count, 1);
complete_count    245 ompi/mca/osc/sm/osc_sm_active_target.c         module->my_node_state->complete_count = 0;
complete_count    288 ompi/mca/osc/sm/osc_sm_active_target.c     while (module->my_node_state->complete_count != size) {
complete_count    321 ompi/mca/osc/sm/osc_sm_active_target.c     if (module->my_node_state->complete_count == size) {
complete_count     85 ompi/mca/osc/ucx/osc_ucx.h     volatile uint64_t complete_count; /* # msgs received from complete processes */
complete_count    300 ompi/mca/osc/ucx/osc_ucx_active_target.c     while (module->state.complete_count != (uint64_t)size) {
complete_count    305 ompi/mca/osc/ucx/osc_ucx_active_target.c     module->state.complete_count = 0;
complete_count    327 ompi/mca/osc/ucx/osc_ucx_active_target.c     if (module->state.complete_count == (uint64_t)size) {
complete_count    331 ompi/mca/osc/ucx/osc_ucx_active_target.c         module->state.complete_count = 0;
complete_count    380 ompi/mca/osc/ucx/osc_ucx_component.c     module->state.complete_count = 0;