Searched defs:tnrhc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtsol.c128 tsol_tnrhc_t tnrhc; local
147 if (mdb_vread(&tnrhc, sizeof (tnrhc), wsp->walk_addr) == -1) {
152 status = wsp->walk_callback(wsp->walk_addr, &tnrhc,
155 wsp->walk_addr = (uintptr_t)tnrhc.rhc_next;
/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c59 * pointers to the 33/129 tnrhc tables indexed by the prefix length.
176 tnrhc_free(tsol_tnrhc_t *tnrhc) argument
183 DTRACE_PROBE1(tx__tndb__l3__tnrhcfree, tsol_tnrhc_t *, tnrhc);
184 ASSERT(tnrhc->rhc_next == NULL && tnrhc->rhc_invalid);
185 mutex_exit(&tnrhc->rhc_lock);
186 mutex_destroy(&tnrhc->rhc_lock);
187 if (tnrhc->rhc_tpc != NULL)
188 TPC_RELE(tnrhc->rhc_tpc);
189 kmem_free(tnrhc, sizeo
[all...]

Completed in 51 milliseconds