promoted_max     1122 lib/pacemaker/pcmk_sched_clone.c         int promoted_max = pe__clone_promoted_max(rsc);
promoted_max     1126 lib/pacemaker/pcmk_sched_clone.c         crm_xml_add_int(xml, name, promoted_max);
promoted_max     1137 lib/pacemaker/pcmk_sched_clone.c         crm_xml_add_int(xml, name, promoted_max);
promoted_max      792 lib/pengine/bundle.c     pcmk__scan_min_int(value, &bundle_data->promoted_max, 0);
promoted_max      796 lib/pengine/bundle.c     if ((value == NULL) && (bundle_data->promoted_max > 0)) {
promoted_max      797 lib/pengine/bundle.c         bundle_data->nreplicas = bundle_data->promoted_max;
promoted_max      892 lib/pengine/bundle.c                       (bundle_data->promoted_max? "master"
promoted_max      914 lib/pengine/bundle.c         if (bundle_data->promoted_max) {
promoted_max      918 lib/pengine/bundle.c             value = pcmk__itoa(bundle_data->promoted_max);
promoted_max       47 lib/pengine/clone.c     return clone_data->promoted_max;
promoted_max      252 lib/pengine/clone.c         const char *promoted_max = NULL;
promoted_max      255 lib/pengine/clone.c         promoted_max = g_hash_table_lookup(rsc->meta,
promoted_max      257 lib/pengine/clone.c         if (promoted_max == NULL) {
promoted_max      259 lib/pengine/clone.c             promoted_max = g_hash_table_lookup(rsc->meta,
promoted_max      273 lib/pengine/clone.c         if (promoted_max == NULL) {
promoted_max      274 lib/pengine/clone.c             clone_data->promoted_max = 1;
promoted_max      276 lib/pengine/clone.c             pcmk__scan_min_int(promoted_max, &(clone_data->promoted_max), 0);
promoted_max       19 lib/pengine/variant.h     int promoted_max;
promoted_max       83 lib/pengine/variant.h         int promoted_max;