attempts          103 daemons/attrd/attrd_cib.c     static int attempts = 0;
attempts          113 daemons/attrd/attrd_cib.c         if (attempts > 0) {
attempts          114 daemons/attrd/attrd_cib.c             sleep(attempts);
attempts          116 daemons/attrd/attrd_cib.c         attempts++;
attempts          117 daemons/attrd/attrd_cib.c         crm_debug("Connection attempt %d to the CIB manager", attempts);
attempts          120 daemons/attrd/attrd_cib.c     } while ((rc != pcmk_ok) && (attempts < max_retry));
attempts          128 daemons/attrd/attrd_cib.c     crm_debug("Connected to the CIB manager after %d attempts", attempts);
attempts          294 include/crm/cib/internal.h int cib__signon_attempts(cib_t *cib, enum cib_conn_type type, int attempts);
attempts           94 include/crm/common/ipc_internal.h                       int attempts);
attempts          894 lib/cib/cib_utils.c cib__signon_attempts(cib_t *cib, enum cib_conn_type type, int attempts)
attempts          899 lib/cib/cib_utils.c               attempts, pcmk__plural_s(attempts));
attempts          901 lib/cib/cib_utils.c     for (int remaining = attempts - 1; remaining >= 0; --remaining) {
attempts          911 lib/cib/cib_utils.c         pcmk__sleep_ms((attempts - remaining) * 500);
attempts          492 lib/common/ipc_client.c                   int attempts)
attempts          496 lib/common/ipc_client.c     if ((api == NULL) || (attempts < 1)) {
attempts          515 lib/common/ipc_client.c               pcmk_ipc_name(api, true), attempts, pcmk__plural_s(attempts));
attempts          516 lib/common/ipc_client.c     for (int remaining = attempts - 1; remaining >= 0; --remaining) {
attempts          533 lib/common/ipc_client.c         pcmk__sleep_ms((attempts - remaining) * 500);