Searched refs:tt_walk (Results 1 – 3 of 3) sorted by relevance
98 if ((tp->tt_walk = topo_mod_zalloc(mod, sizeof (topo_walk_t))) == NULL) in topo_tree_create()115 tp->tt_walk->tw_root = rp; in topo_tree_create()116 tp->tt_walk->tw_thp = thp; in topo_tree_create()134 if (tp->tt_walk != NULL) in topo_tree_destroy()135 topo_mod_free(mod, tp->tt_walk, sizeof (topo_walk_t)); in topo_tree_destroy()
85 topo_walk_t *tt_walk; /* private walker */ member
435 twp = tp->tt_walk; in topo_snap_destroy()