Searched refs:ztes_kstat (Results 1 – 2 of 2) sorted by relevance
77 if (sock->ztes_kstat != NULL) { in topo_zen_enum_cleanup_sock()78 (void) kstat_close(sock->ztes_kstat); in topo_zen_enum_cleanup_sock()79 sock->ztes_kstat = NULL; in topo_zen_enum_cleanup_sock()264 sock->ztes_kstat = kstat_open(); in topo_zen_enum_chip_gather()265 if (sock->ztes_kstat == NULL) { in topo_zen_enum_chip_gather()546 ks = kstat_lookup(sock->ztes_kstat, "cpu_info", cpu_id, name); in topo_zen_map_common_chip_info()553 if (kstat_read(sock->ztes_kstat, ks, NULL) == -1) { in topo_zen_map_common_chip_info()
75 kstat_ctl_t *ztes_kstat; member