Home
last modified time | relevance | path

Searched refs:cpu_cache (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/fm/libfmd_agent/common/
H A Dfmd_agent.c344 fmd_agent_cpu_cache_t *cpu_cache = &cache->fmc_cpus[cpuno]; in fmd_agent_cache_info_free() local
346 if (cpu_cache->fmcc_caches == NULL) in fmd_agent_cache_info_free()
349 for (uint_t cacheno = 0; cacheno < cpu_cache->fmcc_ncaches; in fmd_agent_cache_info_free()
351 nvlist_free(cpu_cache->fmcc_caches[cacheno]); in fmd_agent_cache_info_free()
354 umem_free(cpu_cache->fmcc_caches, sizeof (nvlist_t *) * in fmd_agent_cache_info_free()
355 cpu_cache->fmcc_ncaches); in fmd_agent_cache_info_free()
356 cpu_cache->fmcc_caches = NULL; in fmd_agent_cache_info_free()
/illumos-gate/usr/src/lib/fm/topo/modules/common/zen/
H A Dtopo_zen.c340 fmd_agent_cpu_cache_t *cpu_cache = &sock->ztes_cache.fmc_cpus[cpuno]; in topo_zen_map_caches() local
341 if (cpu_cache->fmcc_ncaches == 0) { in topo_zen_map_caches()
356 for (uint_t i = 0; i < cpu_cache->fmcc_ncaches; i++) { in topo_zen_map_caches()
357 nvlist_t *nvl = cpu_cache->fmcc_caches[i]; in topo_zen_map_caches()