Home
last modified time | relevance | path

Searched refs:ALLOC_RETRY (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/svc/startd/
H A Dstartd.c322 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()
H A Dstartd.h134 #define ALLOC_RETRY 3 macro
H A Drestarter.c859 if (retry_count < ALLOC_RETRY) { in restarter_instance_update_states()
1342 if (tries < ALLOC_RETRY) { in unmaintain_instance()
H A Dlibscf.c91 for (try = 0; try < ALLOC_RETRY; ++try) { in libscf_object_create()
3725 if (count < ALLOC_RETRY) { in libscf_create_self()
H A Dgraph.c3303 if (count < ALLOC_RETRY) { in configure_vertex()
3496 if (count < ALLOC_RETRY) { in configure_vertex()
/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_alloc.c1043 #define ALLOC_RETRY 10 in e1000g_dma_mem_alloc_82546() macro
1046 ddi_acc_handle_t hold[ALLOC_RETRY]; in e1000g_dma_mem_alloc_82546()
1048 while (cnt < ALLOC_RETRY) { in e1000g_dma_mem_alloc_82546()