crm_remote_peer_cache 817 daemons/controld/controld_fencing.c if (g_hash_table_lookup(crm_remote_peer_cache, uuid) != NULL) { crm_remote_peer_cache 364 daemons/controld/controld_membership.c if (crm_remote_peer_cache) { crm_remote_peer_cache 365 daemons/controld/controld_membership.c g_hash_table_iter_init(&iter, crm_remote_peer_cache); crm_remote_peer_cache 168 daemons/controld/controld_te_events.c if (g_hash_table_lookup(crm_remote_peer_cache, event_node_uuid)) { crm_remote_peer_cache 775 daemons/controld/controld_utils.c if (crm_remote_peer_cache) { crm_remote_peer_cache 776 daemons/controld/controld_utils.c calculated_timeout += g_hash_table_size(crm_remote_peer_cache); crm_remote_peer_cache 29 include/crm/cluster.h extern GHashTable *crm_remote_peer_cache; crm_remote_peer_cache 229 lib/cluster/cluster.c if (g_hash_table_lookup(crm_remote_peer_cache, uuid)) { crm_remote_peer_cache 53 lib/cluster/membership.c GHashTable *crm_remote_peer_cache = NULL; crm_remote_peer_cache 89 lib/cluster/membership.c if (crm_remote_peer_cache == NULL) { crm_remote_peer_cache 92 lib/cluster/membership.c return g_hash_table_size(crm_remote_peer_cache); crm_remote_peer_cache 117 lib/cluster/membership.c node = g_hash_table_lookup(crm_remote_peer_cache, node_name); crm_remote_peer_cache 138 lib/cluster/membership.c g_hash_table_replace(crm_remote_peer_cache, node->uuid, node); crm_remote_peer_cache 149 lib/cluster/membership.c if (g_hash_table_remove(crm_remote_peer_cache, node_name)) { crm_remote_peer_cache 206 lib/cluster/membership.c node = g_hash_table_lookup(crm_remote_peer_cache, remote); crm_remote_peer_cache 253 lib/cluster/membership.c g_hash_table_foreach(crm_remote_peer_cache, mark_dirty, NULL); crm_remote_peer_cache 277 lib/cluster/membership.c g_hash_table_foreach_remove(crm_remote_peer_cache, is_dirty, NULL); crm_remote_peer_cache 405 lib/cluster/membership.c if (crm_remote_peer_cache == NULL) { crm_remote_peer_cache 406 lib/cluster/membership.c crm_remote_peer_cache = pcmk__strikey_table(NULL, destroy_crm_node); crm_remote_peer_cache 423 lib/cluster/membership.c if (crm_remote_peer_cache != NULL) { crm_remote_peer_cache 424 lib/cluster/membership.c crm_trace("Destroying remote peer cache with %d members", g_hash_table_size(crm_remote_peer_cache)); crm_remote_peer_cache 425 lib/cluster/membership.c g_hash_table_destroy(crm_remote_peer_cache); crm_remote_peer_cache 426 lib/cluster/membership.c crm_remote_peer_cache = NULL; crm_remote_peer_cache 513 lib/cluster/membership.c node = g_hash_table_lookup(crm_remote_peer_cache, uname); crm_remote_peer_cache 541 lib/cluster/membership.c node = g_hash_table_lookup(crm_remote_peer_cache, uname);