system_health     790 lib/pacemaker/pcmk_sched_allocate.c     int *system_health = (int *)user_data;
system_health     803 lib/pacemaker/pcmk_sched_allocate.c         *system_health = pe__add_scores(score, *system_health);
system_health     863 lib/pacemaker/pcmk_sched_allocate.c         int system_health = base_health;
system_health     867 lib/pacemaker/pcmk_sched_allocate.c         g_hash_table_foreach(node->details->attrs, calculate_system_health, &system_health);
system_health     870 lib/pacemaker/pcmk_sched_allocate.c                  node->details->uname, system_health);
system_health     875 lib/pacemaker/pcmk_sched_allocate.c         if (system_health != 0) {
system_health     882 lib/pacemaker/pcmk_sched_allocate.c                 rsc2node_new(health_strategy, rsc, system_health, NULL, node, data_set);