not_set_value     487 lib/pacemaker/pcmk_sched_promotable.c promotion_score(pe_resource_t *rsc, const pe_node_t *node, int not_set_value)
not_set_value     491 lib/pacemaker/pcmk_sched_promotable.c     int score = not_set_value;
not_set_value     494 lib/pacemaker/pcmk_sched_promotable.c     CRM_CHECK(node != NULL, return not_set_value);
not_set_value     501 lib/pacemaker/pcmk_sched_promotable.c             int c_score = promotion_score(child, node, not_set_value);
not_set_value     503 lib/pacemaker/pcmk_sched_promotable.c             if (score == not_set_value) {