Searched refs:ALLOC_RETRY (Results 1 – 6 of 6) sorted by relevance
322 for (try = 0; p == NULL && try < ALLOC_RETRY; ++try) { in startd_alloc_retry()345 for (try = 0; errno == EAGAIN && try < ALLOC_RETRY; ++try) { in safe_realloc()370 (errno == EAGAIN || errno == ENOMEM) && try < ALLOC_RETRY; in safe_strdup()407 for (try = 0; uu_error() == UU_ERROR_NO_MEMORY && try < ALLOC_RETRY; in startd_list_pool_create()416 if (try < ALLOC_RETRY) in startd_list_pool_create()439 for (try = 0; uu_error() == UU_ERROR_NO_MEMORY && try < ALLOC_RETRY; in startd_list_create()448 if (try < ALLOC_RETRY) in startd_list_create()549 if (count < ALLOC_RETRY) { in read_startd_config()
134 #define ALLOC_RETRY 3 macro
859 if (retry_count < ALLOC_RETRY) { in restarter_instance_update_states()1342 if (tries < ALLOC_RETRY) { in unmaintain_instance()
91 for (try = 0; try < ALLOC_RETRY; ++try) { in libscf_object_create()3725 if (count < ALLOC_RETRY) { in libscf_create_self()
3303 if (count < ALLOC_RETRY) { in configure_vertex()3496 if (count < ALLOC_RETRY) { in configure_vertex()
1043 #define ALLOC_RETRY 10 in e1000g_dma_mem_alloc_82546() macro1046 ddi_acc_handle_t hold[ALLOC_RETRY]; in e1000g_dma_mem_alloc_82546()1048 while (cnt < ALLOC_RETRY) { in e1000g_dma_mem_alloc_82546()