not_set_value     477 lib/pacemaker/pcmk_sched_promotable.c promotion_score(pe_resource_t *rsc, const pe_node_t *node, int not_set_value)
not_set_value     481 lib/pacemaker/pcmk_sched_promotable.c     int score = not_set_value;
not_set_value     484 lib/pacemaker/pcmk_sched_promotable.c     CRM_CHECK(node != NULL, return not_set_value);
not_set_value     491 lib/pacemaker/pcmk_sched_promotable.c             int c_score = promotion_score(child, node, not_set_value);
not_set_value     493 lib/pacemaker/pcmk_sched_promotable.c             if (score == not_set_value) {