attempts          107 daemons/attrd/attrd_cib.c     static int attempts = 0;
attempts          117 daemons/attrd/attrd_cib.c         if (attempts > 0) {
attempts          118 daemons/attrd/attrd_cib.c             sleep(attempts);
attempts          120 daemons/attrd/attrd_cib.c         attempts++;
attempts          121 daemons/attrd/attrd_cib.c         crm_debug("Connection attempt %d to the CIB manager", attempts);
attempts          124 daemons/attrd/attrd_cib.c     } while ((rc != pcmk_ok) && (attempts < max_retry));
attempts          132 daemons/attrd/attrd_cib.c     crm_debug("Connected to the CIB manager after %d attempts", attempts);
attempts          292 include/crm/cib/internal.h int cib__signon_attempts(cib_t *cib, enum cib_conn_type type, int attempts);
attempts           95 include/crm/common/ipc_internal.h                       int attempts);
attempts           98 include/crm/common/ipc_internal.h                                        int attempts);
attempts          916 lib/cib/cib_utils.c cib__signon_attempts(cib_t *cib, enum cib_conn_type type, int attempts)
attempts          921 lib/cib/cib_utils.c               attempts, pcmk__plural_s(attempts));
attempts          923 lib/cib/cib_utils.c     for (int remaining = attempts - 1; remaining >= 0; --remaining) {
attempts          933 lib/cib/cib_utils.c         pcmk__sleep_ms((attempts - remaining) * 500);
attempts          489 lib/common/ipc_client.c                                    int attempts)
attempts          491 lib/common/ipc_client.c     int remaining = attempts;
attempts          496 lib/common/ipc_client.c             pcmk__sleep_ms((attempts - remaining) * 500);
attempts          518 lib/common/ipc_client.c                   int attempts)
attempts          522 lib/common/ipc_client.c     if ((api == NULL) || (attempts < 1)) {
attempts          541 lib/common/ipc_client.c               pcmk_ipc_name(api, true), attempts, pcmk__plural_s(attempts));
attempts          542 lib/common/ipc_client.c     for (int remaining = attempts - 1; remaining >= 0; --remaining) {
attempts          559 lib/common/ipc_client.c         pcmk__sleep_ms((attempts - remaining) * 500);