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

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c3611 umowner_t *umu_hash; /* Hash table of owners */ member in struct:umusers
3637 bcopy(umu->umu_hash, umo, umowner_size * umu->umu_size);
3639 umu->umu_hash = umo;
3643 umoend = umu->umu_hash + umu->umu_size;
3644 for (umo = umu->umu_hash; umo < umoend; umo++) {
3647 umem_stack_depth * (umo - umu->umu_hash)];
3650 umoend = umu->umu_hash + umu->umu_nelems;
3651 for (umo = umu->umu_hash; umo < umoend; umo++) {
3653 umo->umo_next = umu->umu_hash[bucket].umo_head;
3654 umu->umu_hash[bucke
[all...]

Completed in 55 milliseconds