Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/zen/
H A Dtopo_zen.c93 &sock->ztes_cache); in topo_zen_enum_cleanup_sock()
250 if (fmd_agent_cache_info(sock->ztes_fm_agent, &sock->ztes_cache) != 0) { in topo_zen_enum_chip_gather()
257 if (sock->ztes_cache.fmc_ncpus != sock->ztes_ncpus) { in topo_zen_enum_chip_gather()
260 sock->ztes_ncpus, sock->ztes_cache.fmc_ncpus); in topo_zen_enum_chip_gather()
337 fmd_agent_cpu_cache_t *cpu_cache = &sock->ztes_cache.fmc_cpus[cpuno]; in topo_zen_map_caches()
H A Dtopo_zen_impl.h78 fmd_agent_cpu_cache_list_t ztes_cache; member