all_sync 226 ompi/mca/osc/pt2pt/osc_pt2pt.h ompi_osc_pt2pt_sync_t all_sync; all_sync 900 ompi/mca/osc/pt2pt/osc_pt2pt.h switch (module->all_sync.type) { all_sync 913 ompi/mca/osc/pt2pt/osc_pt2pt.h module->all_sync.epoch_active = true; all_sync 915 ompi/mca/osc/pt2pt/osc_pt2pt.h if (OMPI_OSC_PT2PT_SYNC_TYPE_LOCK == module->all_sync.type && !ompi_osc_pt2pt_peer_locked (*peer)) { all_sync 916 ompi/mca/osc/pt2pt/osc_pt2pt.h (void) ompi_osc_pt2pt_lock_remote (module, target, &module->all_sync); all_sync 919 ompi/mca/osc/pt2pt/osc_pt2pt.h return &module->all_sync; all_sync 924 ompi/mca/osc/pt2pt/osc_pt2pt.h return &module->all_sync; all_sync 943 ompi/mca/osc/pt2pt/osc_pt2pt.h return (module->all_sync.epoch_active || ompi_osc_pt2pt_in_passive_epoch (module)); all_sync 147 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c module->all_sync.type = OMPI_OSC_PT2PT_SYNC_TYPE_FENCE; all_sync 148 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c module->all_sync.eager_send_active = true; all_sync 195 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c ompi_osc_pt2pt_sync_reset (&module->all_sync); all_sync 198 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c module->all_sync.epoch_active = false; all_sync 213 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c ompi_osc_pt2pt_sync_t *sync = &module->all_sync; all_sync 304 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c ompi_osc_pt2pt_sync_t *sync = &module->all_sync; all_sync 593 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c ompi_osc_pt2pt_sync_t *sync = &module->all_sync; all_sync 339 ompi/mca/osc/pt2pt/osc_pt2pt_component.c OBJ_CONSTRUCT(&module->all_sync, ompi_osc_pt2pt_sync_t); all_sync 398 ompi/mca/osc/pt2pt/osc_pt2pt_component.c module->all_sync.type = OMPI_OSC_PT2PT_SYNC_TYPE_FENCE; all_sync 399 ompi/mca/osc/pt2pt/osc_pt2pt_component.c module->all_sync.eager_send_active = true; all_sync 78 ompi/mca/osc/pt2pt/osc_pt2pt_module.c OBJ_DESTRUCT(&module->all_sync); all_sync 285 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c if (module->all_sync.epoch_active) { all_sync 288 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c (OMPI_OSC_PT2PT_SYNC_TYPE_LOCK != module->all_sync.type && module->all_sync.epoch_active) ? all_sync 290 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c (OMPI_OSC_PT2PT_SYNC_TYPE_LOCK == module->all_sync.type) ? "active" : "inactive", all_sync 291 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c module->all_sync.type)); all_sync 295 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c if (module->all_sync.epoch_active && (OMPI_OSC_PT2PT_SYNC_TYPE_LOCK != module->all_sync.type || MPI_LOCK_EXCLUSIVE == lock_type)) { all_sync 304 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c if (module->all_sync.epoch_active || (OMPI_OSC_PT2PT_SYNC_TYPE_LOCK == module->all_sync.type && all_sync 308 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c "all epoch is %s", target, lock_type, module->all_sync.epoch_active ? "active" : "inactive", all_sync 309 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c (OMPI_OSC_PT2PT_SYNC_TYPE_LOCK == module->all_sync.type && all_sync 314 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c if (OMPI_OSC_PT2PT_SYNC_TYPE_FENCE == module->all_sync.type) { all_sync 317 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c module->all_sync.type = OMPI_OSC_PT2PT_SYNC_TYPE_NONE; all_sync 332 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c lock = &module->all_sync; all_sync 347 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c if (&module->all_sync != lock) { all_sync 363 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c if (&module->all_sync != lock) { all_sync 558 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c if (OMPI_OSC_PT2PT_SYNC_TYPE_LOCK == module->all_sync.type) { all_sync 559 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c lock = &module->all_sync; all_sync 82 ompi/mca/osc/pt2pt/osc_pt2pt_sync.c ompi_osc_pt2pt_sync_t *pt2pt_sync = &module->all_sync; all_sync 210 ompi/mca/osc/rdma/osc_rdma.h ompi_osc_rdma_sync_t all_sync; all_sync 469 ompi/mca/osc/rdma/osc_rdma.h switch (module->all_sync.type) { all_sync 485 ompi/mca/osc/rdma/osc_rdma.h return &module->all_sync; all_sync 489 ompi/mca/osc/rdma/osc_rdma.h module->all_sync.epoch_active = true; all_sync 492 ompi/mca/osc/rdma/osc_rdma.h return &module->all_sync; all_sync 496 ompi/mca/osc/rdma/osc_rdma.h return &module->all_sync; all_sync 597 ompi/mca/osc/rdma/osc_rdma.h return (module->all_sync.epoch_active || ompi_osc_rdma_in_passive_epoch (module)); all_sync 225 ompi/mca/osc/rdma/osc_rdma_active_target.c ompi_osc_rdma_sync_t *sync = &module->all_sync; all_sync 364 ompi/mca/osc/rdma/osc_rdma_active_target.c ompi_osc_rdma_sync_t *sync = &module->all_sync; all_sync 448 ompi/mca/osc/rdma/osc_rdma_active_target.c ompi_osc_rdma_sync_t *sync = &module->all_sync; all_sync 608 ompi/mca/osc/rdma/osc_rdma_active_target.c module->all_sync.type = OMPI_OSC_RDMA_SYNC_TYPE_FENCE; all_sync 609 ompi/mca/osc/rdma/osc_rdma_active_target.c module->all_sync.num_peers = ompi_comm_size (module->comm); all_sync 617 ompi/mca/osc/rdma/osc_rdma_active_target.c module->all_sync.epoch_active = false; all_sync 623 ompi/mca/osc/rdma/osc_rdma_active_target.c ompi_osc_rdma_sync_rdma_complete (&module->all_sync); all_sync 631 ompi/mca/osc/rdma/osc_rdma_active_target.c module->all_sync.type = OMPI_OSC_RDMA_SYNC_TYPE_NONE; all_sync 1133 ompi/mca/osc/rdma/osc_rdma_component.c OBJ_CONSTRUCT(&module->all_sync, ompi_osc_rdma_sync_t); all_sync 1142 ompi/mca/osc/rdma/osc_rdma_component.c module->all_sync.module = module; all_sync 92 ompi/mca/osc/rdma/osc_rdma_module.c OBJ_DESTRUCT(&module->all_sync); all_sync 83 ompi/mca/osc/rdma/osc_rdma_passive_target.c if (OMPI_OSC_RDMA_SYNC_TYPE_LOCK == module->all_sync.type) { all_sync 84 ompi/mca/osc/rdma/osc_rdma_passive_target.c ompi_osc_rdma_sync_rdma_complete (&module->all_sync); all_sync 190 ompi/mca/osc/rdma/osc_rdma_passive_target.c ompi_osc_rdma_sync_t *lock = &module->all_sync; all_sync 223 ompi/mca/osc/rdma/osc_rdma_passive_target.c if (module->all_sync.epoch_active && (OMPI_OSC_RDMA_SYNC_TYPE_LOCK != module->all_sync.type || MPI_LOCK_EXCLUSIVE == lock_type)) { all_sync 230 ompi/mca/osc/rdma/osc_rdma_passive_target.c module->all_sync.type = OMPI_OSC_RDMA_SYNC_TYPE_NONE; all_sync 326 ompi/mca/osc/rdma/osc_rdma_passive_target.c if (module->all_sync.epoch_active) { all_sync 329 ompi/mca/osc/rdma/osc_rdma_passive_target.c (OMPI_OSC_RDMA_SYNC_TYPE_LOCK != module->all_sync.type && module->all_sync.epoch_active) ? all_sync 331 ompi/mca/osc/rdma/osc_rdma_passive_target.c (OMPI_OSC_RDMA_SYNC_TYPE_LOCK == module->all_sync.type) ? "active" : "inactive"); all_sync 337 ompi/mca/osc/rdma/osc_rdma_passive_target.c lock = &module->all_sync; all_sync 389 ompi/mca/osc/rdma/osc_rdma_passive_target.c lock = &module->all_sync; all_sync 74 ompi/mca/osc/rdma/osc_rdma_sync.c ompi_osc_rdma_sync_t *rdma_sync = &module->all_sync;