ref_count 48 ompi/datatype/ompi_datatype_args.c opal_atomic_int32_t ref_count; ref_count 103 ompi/datatype/ompi_datatype_args.c pArgs->ref_count = 1; \ ref_count 383 ompi/datatype/ompi_datatype_args.c OPAL_THREAD_ADD_FETCH32(&pArgs->ref_count, 1); ref_count 400 ompi/datatype/ompi_datatype_args.c assert( 0 < pArgs->ref_count ); ref_count 401 ompi/datatype/ompi_datatype_args.c OPAL_THREAD_ADD_FETCH32(&pArgs->ref_count, -1); ref_count 402 ompi/datatype/ompi_datatype_args.c if( 0 == pArgs->ref_count ) { ref_count 259 ompi/debuggers/ompi_msgq_dll.c group->ref_count++; /* Someone else is interested */ ref_count 261 ompi/debuggers/ompi_msgq_dll.c (void*)group, group->ref_count) ); ref_count 332 ompi/debuggers/ompi_msgq_dll.c group->ref_count = 1; ref_count 340 ompi/debuggers/ompi_msgq_dll.c (group->ref_count - 1))); ref_count 341 ompi/debuggers/ompi_msgq_dll.c if (--(group->ref_count) == 0) { ref_count 58 ompi/debuggers/ompi_msgq_dll_defs.h int ref_count; /* How many references to us */ ref_count 56 opal/mca/btl/vader/btl_vader_xpmem.c opal_atomic_add (®->ref_count, 1); ref_count 66 opal/mca/btl/vader/btl_vader_xpmem.c int32_t ref_count; ref_count 68 opal/mca/btl/vader/btl_vader_xpmem.c ref_count = opal_atomic_add_fetch_32 (®->ref_count, -1); ref_count 69 opal/mca/btl/vader/btl_vader_xpmem.c if (OPAL_UNLIKELY(0 == ref_count && !(reg->flags & MCA_RCACHE_FLAGS_PERSIST))) { ref_count 120 opal/mca/btl/vader/btl_vader_xpmem.c reg->ref_count = 2; ref_count 159 opal/mca/btl/vader/btl_vader_xpmem.c reg->ref_count = 0; ref_count 61 opal/mca/rcache/base/rcache_base_frame.c reg->ref_count = 0; ref_count 134 opal/mca/rcache/base/rcache_base_vma_tree.c (void *) reg->base, (void *) reg->bound, reg->ref_count, reg->flags); ref_count 147 opal/mca/rcache/gpusm/rcache_gpusm_module.c (*reg)->ref_count++; ref_count 141 opal/mca/rcache/grdma/rcache_grdma_module.c reg->ref_count = 0; ref_count 258 opal/mca/rcache/grdma/rcache_grdma_module.c int32_t ref_cnt = opal_atomic_fetch_add_32 (&grdma_reg->ref_count, 1); ref_count 338 opal/mca/rcache/grdma/rcache_grdma_module.c grdma_reg->ref_count = 1; ref_count 401 opal/mca/rcache/grdma/rcache_grdma_module.c if(0 == (*reg)->ref_count && ref_count 407 opal/mca/rcache/grdma/rcache_grdma_module.c opal_atomic_add_fetch_32 (&(*reg)->ref_count, 1); ref_count 421 opal/mca/rcache/grdma/rcache_grdma_module.c int32_t ref_count; ref_count 423 opal/mca/rcache/grdma/rcache_grdma_module.c ref_count = opal_atomic_add_fetch_32 (®->ref_count, -1); ref_count 426 opal/mca/rcache/grdma/rcache_grdma_module.c "returning registration %p, remaining references %d", (void *) reg, ref_count)); ref_count 428 opal/mca/rcache/grdma/rcache_grdma_module.c assert (ref_count >= 0); ref_count 429 opal/mca/rcache/grdma/rcache_grdma_module.c if (ref_count > 0) { ref_count 452 opal/mca/rcache/grdma/rcache_grdma_module.c if ((flags & MCA_RCACHE_FLAGS_INVALID) || 0 != grdma_reg->ref_count) { ref_count 478 opal/mca/rcache/grdma/rcache_grdma_module.c if (grdma_reg->ref_count && grdma_reg->base == args->base) { ref_count 95 opal/mca/rcache/rcache.h opal_atomic_int32_t ref_count; ref_count 117 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c assert(old_reg->ref_count == 0); ref_count 224 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c rgpusm_reg->base.ref_count++; ref_count 260 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c assert(0 == (*reg)->ref_count); ref_count 267 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c (*reg)->ref_count++; ref_count 286 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c if ((0 == (*reg)->ref_count) && mca_rcache_rgpusm_component.leave_pinned) { ref_count 293 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c (*reg)->ref_count++; ref_count 295 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c opal_output(-1, "reg->ref_count=%d", (int)(*reg)->ref_count); ref_count 354 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c assert(0 == oldreg->ref_count); ref_count 361 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c oldreg->ref_count++; ref_count 440 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c rgpusm_reg->base.ref_count++; ref_count 461 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c if(0 == (*reg)->ref_count && mca_rcache_rgpusm_component.leave_pinned) { ref_count 465 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c (*reg)->ref_count++; ref_count 486 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c assert(reg->ref_count > 0); ref_count 489 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c reg->ref_count--; ref_count 490 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c opal_output(-1, "Deregister: reg->ref_count=%d", (int)reg->ref_count); ref_count 491 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c if(reg->ref_count > 0) { ref_count 512 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c assert(reg->ref_count == 0); ref_count 533 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c assert(reg->ref_count > 0); ref_count 535 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c reg->ref_count--; ref_count 536 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c opal_output(-1, "Deregister: reg->ref_count=%d", (int)reg->ref_count); ref_count 537 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c if(reg->ref_count > 0) { ref_count 550 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c assert(reg->ref_count == 0); ref_count 591 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c if(reg->ref_count) { ref_count 592 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c reg->ref_count = 0; /* otherway dereg will fail on assert */ ref_count 603 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c assert(reg->ref_count == 0); ref_count 148 opal/mca/rcache/udreg/rcache_udreg_module.c udreg_reg->ref_count = 0; ref_count 179 opal/mca/rcache/udreg/rcache_udreg_module.c assert (udreg_reg->ref_count == 0); ref_count 262 opal/mca/rcache/udreg/rcache_udreg_module.c if (!old_reg->ref_count) { ref_count 305 opal/mca/rcache/udreg/rcache_udreg_module.c (void) OPAL_THREAD_ADD_FETCH32(&udreg_reg->ref_count, 1); ref_count 322 opal/mca/rcache/udreg/rcache_udreg_module.c int32_t ref_count = OPAL_THREAD_ADD_FETCH32 (®->ref_count, -1); ref_count 324 opal/mca/rcache/udreg/rcache_udreg_module.c assert(ref_count >= 0); ref_count 330 opal/mca/rcache/udreg/rcache_udreg_module.c } else if (!ref_count) {