crm_remote_peer_cache 325 daemons/controld/controld_cib.c if (crm_remote_peer_cache) { crm_remote_peer_cache 326 daemons/controld/controld_cib.c calculated_timeout += g_hash_table_size(crm_remote_peer_cache); crm_remote_peer_cache 858 daemons/controld/controld_fencing.c if (g_hash_table_lookup(crm_remote_peer_cache, uuid) != NULL) { crm_remote_peer_cache 857 daemons/controld/controld_join_dc.c g_hash_table_iter_init(&iter, crm_remote_peer_cache); crm_remote_peer_cache 373 daemons/controld/controld_membership.c if (crm_remote_peer_cache) { crm_remote_peer_cache 374 daemons/controld/controld_membership.c g_hash_table_iter_init(&iter, crm_remote_peer_cache); crm_remote_peer_cache 230 daemons/controld/controld_te_events.c if (g_hash_table_lookup(crm_remote_peer_cache, event_node_uuid)) { crm_remote_peer_cache 29 include/crm/cluster.h extern GHashTable *crm_remote_peer_cache; crm_remote_peer_cache 258 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 406 lib/cluster/membership.c if (crm_remote_peer_cache == NULL) { crm_remote_peer_cache 407 lib/cluster/membership.c crm_remote_peer_cache = pcmk__strikey_table(NULL, destroy_crm_node); crm_remote_peer_cache 424 lib/cluster/membership.c if (crm_remote_peer_cache != NULL) { crm_remote_peer_cache 425 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 426 lib/cluster/membership.c g_hash_table_destroy(crm_remote_peer_cache); crm_remote_peer_cache 427 lib/cluster/membership.c crm_remote_peer_cache = NULL; crm_remote_peer_cache 514 lib/cluster/membership.c node = g_hash_table_lookup(crm_remote_peer_cache, uname); crm_remote_peer_cache 542 lib/cluster/membership.c node = g_hash_table_lookup(crm_remote_peer_cache, uname);