cs_repeat          94 lib/cluster/cpg.c         cs_repeat(retries, 5, rc = cpg_initialize(&local_handle, &cb));
cs_repeat         100 lib/cluster/cpg.c         cs_repeat(retries, 5, rc = cpg_local_get(local_handle, &local_nodeid));
cs_repeat         466 lib/cluster/cpg.c     cs_repeat(retries, 30, rc = cpg_initialize(&handle, &cpg_callbacks));
cs_repeat         481 lib/cluster/cpg.c     cs_repeat(retries, 30, rc = cpg_join(handle, &cluster->group));
cs_repeat         121 mcp/corosync.c     cs_repeat(retries, 30, rc = corosync_cfg_initialize(&cfg_handle, &cfg_callbacks));
cs_repeat         135 mcp/corosync.c     cs_repeat(retries, 30, rc = corosync_cfg_local_get(cfg_handle, nodeid));
cs_repeat         243 mcp/corosync.c     cs_repeat(retries, 5, rc = cmap_get_string(object_handle, key, value));