migration_threshold  277 include/crm/pengine/status.h     int migration_threshold;
migration_threshold  569 lib/pengine/complex.c     (*rsc)->migration_threshold = INFINITY;
migration_threshold  677 lib/pengine/complex.c         (*rsc)->migration_threshold = char2score(value);
migration_threshold  719 lib/pengine/complex.c                 (*rsc)->migration_threshold = 1;
migration_threshold  722 lib/pengine/complex.c                             (*rsc)->migration_threshold, (*rsc)->id, value);
migration_threshold  725 lib/pengine/complex.c                 (*rsc)->migration_threshold = (*rsc)->stickiness / fail_sticky;
migration_threshold  726 lib/pengine/complex.c                 if ((*rsc)->migration_threshold < 0) {
migration_threshold  728 lib/pengine/complex.c                     (*rsc)->migration_threshold = 0 - (*rsc)->migration_threshold;
migration_threshold  730 lib/pengine/complex.c                 (*rsc)->migration_threshold += 1;
migration_threshold  733 lib/pengine/complex.c                             (*rsc)->id, (*rsc)->migration_threshold, (*rsc)->stickiness, value);
migration_threshold  653 pengine/allocate.c     if (rsc->migration_threshold == 0) {
migration_threshold  671 pengine/allocate.c     countdown = QB_MAX(rsc->migration_threshold - fail_count, 0);
migration_threshold  683 pengine/allocate.c                  rsc->migration_threshold);
migration_threshold   84 pengine/container.c     if (rsc->migration_threshold == 0) {
migration_threshold  102 pengine/container.c     countdown = QB_MAX(rsc->migration_threshold - fail_count, 0);
migration_threshold  107 pengine/container.c                  rsc->migration_threshold);
migration_threshold 1307 tools/crm_mon.c                 print_as(" migration-threshold=%d", rsc->migration_threshold);
migration_threshold 1312 tools/crm_mon.c                 fprintf(stream, " migration-threshold=%d", rsc->migration_threshold);
migration_threshold 1317 tools/crm_mon.c                         rsc->migration_threshold);