Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtsol.c126 tsol_tnrhc_t tnrhc; in tnrh_walk_step() local
145 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()
/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c174 tnrhc_free(tsol_tnrhc_t *tnrhc) in tnrhc_free() argument
181 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()