rsc_info_cache     69 crmd/crmd_lrm.h     GHashTable *rsc_info_cache;
rsc_info_cache    135 crmd/lrm_state.c     state->rsc_info_cache = g_hash_table_new_full(crm_str_hash,
rsc_info_cache    187 crmd/lrm_state.c     if (lrm_state->rsc_info_cache) {
rsc_info_cache    188 crmd/lrm_state.c         crm_trace("Destroying rsc info cache with %d members", g_hash_table_size(lrm_state->rsc_info_cache));
rsc_info_cache    189 crmd/lrm_state.c         g_hash_table_destroy(lrm_state->rsc_info_cache);
rsc_info_cache    227 crmd/lrm_state.c     if (lrm_state->rsc_info_cache) {
rsc_info_cache    229 crmd/lrm_state.c                   g_hash_table_size(lrm_state->rsc_info_cache));
rsc_info_cache    230 crmd/lrm_state.c         g_hash_table_remove_all(lrm_state->rsc_info_cache);
rsc_info_cache    639 crmd/lrm_state.c     rsc = g_hash_table_lookup(lrm_state->rsc_info_cache, rsc_id);
rsc_info_cache    647 crmd/lrm_state.c         g_hash_table_insert(lrm_state->rsc_info_cache, rsc->id, rsc);
rsc_info_cache    719 crmd/lrm_state.c     g_hash_table_remove(lrm_state->rsc_info_cache, rsc_id);