Searched refs:REFCOUNT_INFINITY (Results 1 – 7 of 7) sorted by relevance
414 n->refcount = REFCOUNT_INFINITY; in acc_map_data()463 else if (n->refcount != REFCOUNT_INFINITY) in acc_unmap_data()473 if (tgt->refcount == REFCOUNT_INFINITY) in acc_unmap_data()522 if (n->refcount != REFCOUNT_INFINITY) in goacc_map_var_existing()685 if (n->refcount != REFCOUNT_INFINITY694 if (n->refcount != REFCOUNT_INFINITY)700 if (n->refcount != REFCOUNT_INFINITY)1132 if (n->refcount != REFCOUNT_INFINITY) in goacc_enter_data_internal()1153 assert (n->refcount != REFCOUNT_INFINITY in goacc_enter_data_internal()
387 if (oldn->refcount != REFCOUNT_INFINITY) in gomp_map_vars_existing()1211 if (k->refcount != REFCOUNT_INFINITY) in gomp_map_vars_internal()1456 if (k->refcount > 1 && k->refcount != REFCOUNT_INFINITY) in gomp_unmap_vars_internal()1604 tgt->refcount = REFCOUNT_INFINITY; in gomp_load_image_to_device()1620 k->refcount = REFCOUNT_INFINITY; in gomp_load_image_to_device()1654 k->refcount = is_link_var ? REFCOUNT_LINK : REFCOUNT_INFINITY; in gomp_load_image_to_device()2375 if (k->refcount > 0 && k->refcount != REFCOUNT_INFINITY) in gomp_exit_data()2379 && k->refcount != REFCOUNT_INFINITY) in gomp_exit_data()2933 k->refcount = REFCOUNT_INFINITY; in omp_target_associate_ptr()2972 && n->refcount == REFCOUNT_INFINITY in omp_target_disassociate_ptr()
984 #define REFCOUNT_INFINITY (~(uintptr_t) 0) macro
436 if (k == NULL || k->refcount == REFCOUNT_INFINITY) in gomp_increment_refcount()480 if (k == NULL || k->refcount == REFCOUNT_INFINITY) in gomp_decrement_refcount()1138 assert (n->refcount == REFCOUNT_INFINITY); in gomp_map_vars_internal()2121 tgt->refcount = REFCOUNT_INFINITY; in gomp_load_image_to_device()2137 k->refcount = REFCOUNT_INFINITY; in gomp_load_image_to_device()2171 k->refcount = is_link_var ? REFCOUNT_LINK : REFCOUNT_INFINITY; in gomp_load_image_to_device()3623 k->refcount = REFCOUNT_INFINITY; in omp_target_associate_ptr()3662 && n->refcount == REFCOUNT_INFINITY in omp_target_disassociate_ptr()
1068 #define REFCOUNT_INFINITY (REFCOUNT_SPECIAL | 0) macro
2045 (REFCOUNT_INFINITY): Adjust definition to use REFCOUNT_SPECIAL.4744 REFCOUNT_INFINITY on target blocks.4939 reference counting for structured 'REFCOUNT_INFINITY'. Add some5050 (acc_unmap_data): Add error case for 'REFCOUNT_INFINITY'.10993 (REFCOUNT_INFINITY): Define.11090 Don't bump refcount if REFCOUNT_INFINITY. Handle11106 REFCOUNT_INFINITY.