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

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c701 umem_hash_walk_t *umhw; local
723 umhw = mdb_zalloc(sizeof (umem_hash_walk_t), UM_SLEEP);
724 umhw->umhw_cur.bc_next = NULL;
725 umhw->umhw_pos = 0;
727 umhw->umhw_nelems = nelems = c.cache_hash_mask + 1;
731 umhw->umhw_table = hash = mdb_alloc(hsize, UM_SLEEP);
735 mdb_free(umhw, sizeof (umem_hash_walk_t));
739 wsp->walk_data = umhw;
747 umem_hash_walk_t *umhw = wsp->walk_data; local
750 if ((addr = (uintptr_t)umhw
770 umem_hash_walk_t *umhw = wsp->walk_data; local
[all...]

Completed in 68 milliseconds