allowed_nodes     589 fencing/main.c         g_hash_table_iter_init(&iter, rsc->allowed_nodes);
allowed_nodes     655 fencing/main.c         g_hash_table_iter_init(&iter, rsc->allowed_nodes);
allowed_nodes      53 include/crm/pengine/internal.h     GHashTable *allowed_nodes;
allowed_nodes     292 include/crm/pengine/status.h     GHashTable *allowed_nodes;  /* node_t*   */
allowed_nodes     550 lib/pengine/clone.c             GListPtr list = g_hash_table_get_values(rsc->allowed_nodes);
allowed_nodes     530 lib/pengine/complex.c     (*rsc)->allowed_nodes =
allowed_nodes     862 lib/pengine/complex.c     node = pe_hash_table_lookup(rsc->allowed_nodes, id);
allowed_nodes     962 lib/pengine/complex.c     if (rsc->allowed_nodes) {
allowed_nodes     963 lib/pengine/complex.c         g_hash_table_destroy(rsc->allowed_nodes);
allowed_nodes     964 lib/pengine/complex.c         rsc->allowed_nodes = NULL;
allowed_nodes     507 lib/pengine/container.c     gpointer match = g_hash_table_lookup(rsc->allowed_nodes, uname);
allowed_nodes     613 lib/pengine/container.c         g_hash_table_destroy(tuple->child->allowed_nodes);
allowed_nodes     614 lib/pengine/container.c         tuple->child->allowed_nodes = g_hash_table_new_full(crm_str_hash, g_str_equal, NULL, g_hash_destroy_str);
allowed_nodes     615 lib/pengine/container.c         g_hash_table_insert(tuple->child->allowed_nodes, (gpointer) tuple->node->details->id, node_copy(tuple->node));
allowed_nodes     620 lib/pengine/container.c             g_hash_table_insert(tuple->child->parent->allowed_nodes, (gpointer) tuple->node->details->id, copy);
allowed_nodes     627 lib/pengine/container.c         g_hash_table_iter_init(&gIter, tuple->remote->allowed_nodes);
allowed_nodes      80 lib/pengine/native.c                     g_hash_table_destroy(rsc->allowed_nodes);
allowed_nodes      81 lib/pengine/native.c                     rsc->allowed_nodes = node_hash_from_list(data_set->nodes);
allowed_nodes      82 lib/pengine/native.c                     g_hash_table_iter_init(&gIter, rsc->allowed_nodes);
allowed_nodes     708 lib/pengine/native.c         g_hash_table_iter_init(&iter, rsc->allowed_nodes);
allowed_nodes     719 lib/pengine/native.c         g_hash_table_iter_init(&iter, rsc->allowed_nodes);
allowed_nodes    2725 lib/pengine/unpack.c         g_hash_table_destroy(fail_rsc->allowed_nodes);
allowed_nodes    2726 lib/pengine/unpack.c         fail_rsc->allowed_nodes = node_hash_from_list(data_set->nodes);
allowed_nodes    2727 lib/pengine/unpack.c         g_hash_table_foreach(fail_rsc->allowed_nodes, set_node_score, &score);
allowed_nodes     242 lib/pengine/utils.c         hash = rsc->allowed_nodes;
allowed_nodes    1507 lib/pengine/utils.c     match = pe_hash_table_lookup(rsc->allowed_nodes, node->details->id);
allowed_nodes    1510 lib/pengine/utils.c         g_hash_table_insert(rsc->allowed_nodes, (gpointer) match->details->id, match);
allowed_nodes    1535 lib/pengine/utils.c         g_hash_table_iter_init(&iter, rsc->allowed_nodes);
allowed_nodes    2245 lib/pengine/utils.c         g_hash_table_iter_init(&iter, rsc->allowed_nodes);
allowed_nodes     707 pengine/allocate.c         node_t *match = pe_hash_table_lookup(rsc->allowed_nodes, node->details->id);
allowed_nodes     724 pengine/allocate.c             g_hash_table_iter_init(&iter, rsc->allowed_nodes);
allowed_nodes     954 pengine/allocate.c     match = g_hash_table_lookup(rsc->allowed_nodes, node->details->id);
allowed_nodes      51 pengine/clone.c         ret = pe_hash_table_lookup(rsc->parent->allowed_nodes, node->details->id);
allowed_nodes      53 pengine/clone.c         ret = pe_hash_table_lookup(rsc->allowed_nodes, node->details->id);
allowed_nodes     120 pengine/clone.c         node_t *match = pe_hash_table_lookup(resource1->allowed_nodes, node1->details->id);
allowed_nodes     130 pengine/clone.c         node_t *match = pe_hash_table_lookup(resource2->allowed_nodes, node2->details->id);
allowed_nodes     368 pengine/clone.c     if (node == NULL && rsc->allowed_nodes) {
allowed_nodes     370 pengine/clone.c         g_hash_table_iter_init(&iter, rsc->allowed_nodes);
allowed_nodes     437 pengine/clone.c         node_t *local_prefer = g_hash_table_lookup(rsc->allowed_nodes, prefer->details->id);
allowed_nodes     448 pengine/clone.c     backup = node_hash_dup(rsc->allowed_nodes);
allowed_nodes     455 pengine/clone.c             g_hash_table_destroy(rsc->allowed_nodes);
allowed_nodes     456 pengine/clone.c             rsc->allowed_nodes = backup;
allowed_nodes     468 pengine/clone.c                            g_hash_table_size(rsc->parent->allowed_nodes));
allowed_nodes     629 pengine/clone.c         rsc->allowed_nodes =
allowed_nodes     630 pengine/clone.c             constraint->rsc_lh->cmds->merge_weights(constraint->rsc_lh, rsc->id, rsc->allowed_nodes,
allowed_nodes     636 pengine/clone.c     dump_node_scores(show_scores ? 0 : scores_log_level, rsc, __FUNCTION__, rsc->allowed_nodes);
allowed_nodes     638 pengine/clone.c     nodes = g_hash_table_get_values(rsc->allowed_nodes);
allowed_nodes     994 pengine/clone.c     scratch = g_hash_table_get_values(local_child->allowed_nodes);
allowed_nodes    1089 pengine/clone.c         node_list_exclude(rsc_lh->allowed_nodes, rhs, FALSE);
allowed_nodes    1355 pengine/clone.c         node_t *allowed = g_hash_table_lookup(rsc->allowed_nodes, node->details->id);
allowed_nodes    1364 pengine/clone.c             g_hash_table_remove(rsc->allowed_nodes, node->details->id);
allowed_nodes     130 pengine/container.c     dump_node_scores(show_scores ? 0 : scores_log_level, rsc, __FUNCTION__, rsc->allowed_nodes);
allowed_nodes     132 pengine/container.c     nodes = g_hash_table_get_values(rsc->allowed_nodes);
allowed_nodes     166 pengine/container.c             g_hash_table_iter_init(&iter, tuple->child->allowed_nodes);
allowed_nodes     184 pengine/container.c         g_hash_table_iter_init(&iter, container_data->child->allowed_nodes);
allowed_nodes     382 pengine/container.c     scratch = g_hash_table_get_values(rsc_lh->allowed_nodes);
allowed_nodes     497 pengine/container.c         node_list_exclude(rsc_lh->allowed_nodes, allocated_rhs, FALSE);
allowed_nodes      67 pengine/group.c                      rsc->allowed_nodes);
allowed_nodes     214 pengine/master.c     local_node = pe_hash_table_lookup(parent->allowed_nodes, node->details->id);
allowed_nodes     296 pengine/master.c     dump_node_scores(LOG_DEBUG_3, rsc, "Before", rsc->allowed_nodes);
allowed_nodes     308 pengine/master.c         node = (node_t *) pe_hash_table_lookup(rsc->allowed_nodes, chosen->details->id);
allowed_nodes     317 pengine/master.c     dump_node_scores(LOG_DEBUG_3, rsc, "Middle", rsc->allowed_nodes);
allowed_nodes     331 pengine/master.c             rsc->allowed_nodes =
allowed_nodes     333 pengine/master.c                                                         rsc->allowed_nodes,
allowed_nodes     349 pengine/master.c             rsc->allowed_nodes =
allowed_nodes     351 pengine/master.c                                                         rsc->allowed_nodes,
allowed_nodes     369 pengine/master.c     dump_node_scores(LOG_DEBUG_3, rsc, "After", rsc->allowed_nodes);
allowed_nodes     385 pengine/master.c             node = (node_t *) pe_hash_table_lookup(rsc->allowed_nodes, chosen->details->id);
allowed_nodes     510 pengine/master.c     match = pe_hash_table_lookup(rsc->allowed_nodes, node->details->id);
allowed_nodes     573 pengine/master.c         g_hash_table_iter_init(&iter, child_rsc->allowed_nodes);
allowed_nodes     684 pengine/master.c     g_hash_table_iter_init(&iter, rsc->allowed_nodes);
allowed_nodes     758 pengine/master.c     dump_node_scores(LOG_DEBUG_3, rsc, "Pre merge", rsc->allowed_nodes);
allowed_nodes    1030 pengine/master.c                     node_hash_update_one(rsc_lh->allowed_nodes, chosen,
allowed_nodes    1042 pengine/master.c                 node_list_exclude(rsc_lh->allowed_nodes, rhs, TRUE);
allowed_nodes      99 pengine/native.c     if (rsc->allowed_nodes) {
allowed_nodes     100 pengine/native.c         length = g_hash_table_size(rsc->allowed_nodes);
allowed_nodes     103 pengine/native.c         nodes = g_hash_table_get_values(rsc->allowed_nodes);
allowed_nodes     112 pengine/native.c         chosen = g_hash_table_lookup(rsc->allowed_nodes, prefer->details->id);
allowed_nodes     344 pengine/native.c             work = node_hash_dup(rsc->allowed_nodes);
allowed_nodes     360 pengine/native.c         node_hash_update(work, rsc->allowed_nodes, attr, factor,
allowed_nodes     456 pengine/native.c     dump_node_scores(alloc_details, rsc, "Pre-alloc", rsc->allowed_nodes);
allowed_nodes     469 pengine/native.c             archive = node_hash_dup(rsc->allowed_nodes);
allowed_nodes     473 pengine/native.c         if (archive && can_run_any(rsc->allowed_nodes) == FALSE) {
allowed_nodes     475 pengine/native.c             g_hash_table_destroy(rsc->allowed_nodes);
allowed_nodes     476 pengine/native.c             rsc->allowed_nodes = archive;
allowed_nodes     484 pengine/native.c     dump_node_scores(alloc_details, rsc, "Post-coloc", rsc->allowed_nodes);
allowed_nodes     489 pengine/native.c         rsc->allowed_nodes =
allowed_nodes     490 pengine/native.c             constraint->rsc_lh->cmds->merge_weights(constraint->rsc_lh, rsc->id, rsc->allowed_nodes,
allowed_nodes     511 pengine/native.c                      rsc->allowed_nodes);
allowed_nodes    1344 pengine/native.c     g_hash_table_iter_init(&iter, rsc->allowed_nodes);
allowed_nodes    1381 pengine/native.c         g_hash_table_iter_init(&iter, rsc->allowed_nodes);
allowed_nodes    1451 pengine/native.c         g_hash_table_iter_init(&iter, rsc->allowed_nodes);
allowed_nodes    1495 pengine/native.c             g_hash_table_iter_init(&iter, rsc->allowed_nodes);
allowed_nodes    1707 pengine/native.c     work = node_hash_dup(rsc_lh->allowed_nodes);
allowed_nodes    1729 pengine/native.c         g_hash_table_destroy(rsc_lh->allowed_nodes);
allowed_nodes    1730 pengine/native.c         rsc_lh->allowed_nodes = work;
allowed_nodes    2107 pengine/native.c         other_node = (node_t *) pe_hash_table_lookup(rsc->allowed_nodes, node->details->id);
allowed_nodes    2119 pengine/native.c             g_hash_table_insert(rsc->allowed_nodes, (gpointer) other_node->details->id, other_node);
allowed_nodes    2131 pengine/native.c     g_hash_table_iter_init(&iter, rsc->allowed_nodes);
allowed_nodes    2884 pengine/native.c     allowed = g_hash_table_lookup(rsc->allowed_nodes, node->details->id);
allowed_nodes     440 pengine/notif.c     if(n_data->allowed_nodes == NULL) {
allowed_nodes     441 pengine/notif.c         n_data->allowed_nodes = rsc->allowed_nodes;
allowed_nodes     612 pengine/notif.c     nodes = g_hash_table_get_values(n_data->allowed_nodes);
allowed_nodes     358 pengine/utilization.c             g_hash_table_iter_init(&iter, rsc->allowed_nodes);
allowed_nodes     376 pengine/utilization.c                 g_hash_table_iter_init(&iter, rsc->allowed_nodes);
allowed_nodes     404 pengine/utilization.c             g_hash_table_iter_init(&iter, rsc->allowed_nodes);
allowed_nodes     419 pengine/utilization.c         dump_node_scores(alloc_details, rsc, "Post-utilization", rsc->allowed_nodes);
allowed_nodes     599 tools/crm_resource_runtime.c             g_hash_table_iter_init(&iter, rsc->allowed_nodes);
allowed_nodes     607 tools/crm_resource_runtime.c             nodes = g_hash_table_get_values(rsc->allowed_nodes);