Searched refs:tnrhc (Results 1 – 2 of 2) sorted by relevance
126 tsol_tnrhc_t tnrhc; in tnrh_walk_step() local145 if (mdb_vread(&tnrhc, sizeof (tnrhc), wsp->walk_addr) == -1) { in tnrh_walk_step()150 status = wsp->walk_callback(wsp->walk_addr, &tnrhc, in tnrh_walk_step()153 wsp->walk_addr = (uintptr_t)tnrhc.rhc_next; in tnrh_walk_step()
174 tnrhc_free(tsol_tnrhc_t *tnrhc) in tnrhc_free() argument181 DTRACE_PROBE1(tx__tndb__l3__tnrhcfree, tsol_tnrhc_t *, tnrhc); in tnrhc_free()182 ASSERT(tnrhc->rhc_next == NULL && tnrhc->rhc_invalid); in tnrhc_free()183 mutex_exit(&tnrhc->rhc_lock); in tnrhc_free()184 mutex_destroy(&tnrhc->rhc_lock); in tnrhc_free()185 if (tnrhc->rhc_tpc != NULL) in tnrhc_free()186 TPC_RELE(tnrhc->rhc_tpc); in tnrhc_free()187 kmem_free(tnrhc, sizeof (*tnrhc)); in tnrhc_free()