promoted_max     1499 lib/pacemaker/pcmk_sched_clone.c         crm_xml_add_int(xml, name, clone_data->promoted_max);
promoted_max     1510 lib/pacemaker/pcmk_sched_clone.c         crm_xml_add_int(xml, name, clone_data->promoted_max);
promoted_max      787 lib/pacemaker/pcmk_sched_promotable.c         } else if ((promoted < clone_data->promoted_max)
promoted_max      815 lib/pacemaker/pcmk_sched_promotable.c                 rsc->id, promoted, clone_data->promoted_max);
promoted_max     1069 lib/pengine/bundle.c     bundle_data->promoted_max = crm_parse_int(value, "0");
promoted_max     1070 lib/pengine/bundle.c     if (bundle_data->promoted_max < 0) {
promoted_max     1073 lib/pengine/bundle.c         bundle_data->promoted_max = 0;
promoted_max     1077 lib/pengine/bundle.c     if ((value == NULL) && bundle_data->promoted_max) {
promoted_max     1078 lib/pengine/bundle.c         bundle_data->nreplicas = bundle_data->promoted_max;
promoted_max     1182 lib/pengine/bundle.c                       (bundle_data->promoted_max? "master"
promoted_max     1204 lib/pengine/bundle.c         if (bundle_data->promoted_max) {
promoted_max     1208 lib/pengine/bundle.c             value = crm_itoa(bundle_data->promoted_max);
promoted_max      129 lib/pengine/clone.c         const char *promoted_max = NULL;
promoted_max      132 lib/pengine/clone.c         promoted_max = g_hash_table_lookup(rsc->meta,
promoted_max      134 lib/pengine/clone.c         if (promoted_max == NULL) {
promoted_max      136 lib/pengine/clone.c             promoted_max = g_hash_table_lookup(rsc->meta,
promoted_max      148 lib/pengine/clone.c         clone_data->promoted_max = crm_parse_int(promoted_max, "1");
promoted_max       19 lib/pengine/variant.h     int promoted_max;
promoted_max       86 lib/pengine/variant.h         int promoted_max;