system_health     762 lib/pacemaker/pcmk_sched_allocate.c     int *system_health = (int *)user_data;
system_health     775 lib/pacemaker/pcmk_sched_allocate.c         *system_health = pe__add_scores(score, *system_health);
system_health     835 lib/pacemaker/pcmk_sched_allocate.c         int system_health = base_health;
system_health     839 lib/pacemaker/pcmk_sched_allocate.c         g_hash_table_foreach(node->details->attrs, calculate_system_health, &system_health);
system_health     842 lib/pacemaker/pcmk_sched_allocate.c                  node->details->uname, system_health);
system_health     847 lib/pacemaker/pcmk_sched_allocate.c         if (system_health != 0) {
system_health     854 lib/pacemaker/pcmk_sched_allocate.c                 rsc2node_new(health_strategy, rsc, system_health, NULL, node, data_set);