resource_history 238 crmd/control.c extern GHashTable *resource_history; resource_history 66 crmd/crmd_lrm.h GHashTable *resource_history; resource_history 202 crmd/lrm.c entry = g_hash_table_lookup(lrm_state->resource_history, op->rsc_id); resource_history 206 crmd/lrm.c g_hash_table_insert(lrm_state->resource_history, entry->id, entry); resource_history 464 crmd/lrm.c if (lrm_state->resource_history == NULL) { resource_history 474 crmd/lrm.c g_hash_table_iter_init(&gIter, lrm_state->resource_history); resource_history 760 crmd/lrm.c entry = g_hash_table_lookup(lrm_state->resource_history, rsc_id); resource_history 794 crmd/lrm.c g_hash_table_iter_init(&iter, lrm_state->resource_history); resource_history 985 crmd/lrm.c g_hash_table_remove(lrm_state->resource_history, rsc_id_copy); resource_history 1147 crmd/lrm.c if (lrm_state->resource_history) { resource_history 1148 crmd/lrm.c rsc_history_t *entry = g_hash_table_lookup(lrm_state->resource_history, resource_history 1352 crmd/lrm.c entry = g_hash_table_lookup(lrm_state->resource_history, rsc_id); resource_history 1376 crmd/lrm.c g_hash_table_iter_init(&gIter, lrm_state->resource_history); resource_history 1913 crmd/lrm.c rsc_history_t *entry = g_hash_table_lookup(lrm_state->resource_history, rsc_id); resource_history 144 crmd/lrm_state.c state->resource_history = g_hash_table_new_full(crm_str_hash, resource_history 191 crmd/lrm_state.c if (lrm_state->resource_history) { resource_history 192 crmd/lrm_state.c crm_trace("Destroying history op cache with %d members", g_hash_table_size(lrm_state->resource_history)); resource_history 193 crmd/lrm_state.c g_hash_table_destroy(lrm_state->resource_history); resource_history 212 crmd/lrm_state.c if (lrm_state->resource_history) { resource_history 214 crmd/lrm_state.c g_hash_table_size(lrm_state->resource_history)); resource_history 215 crmd/lrm_state.c g_hash_table_remove_all(lrm_state->resource_history);