Searched refs:umo_next (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c3600 struct umowner *umo_next; /* Next hash elt in chain */ member in struct:umowner
3653 umo->umo_next = umu->umu_hash[bucket].umo_head;
3667 for (umo = umu->umu_hash[bucket].umo_head; umo; umo = umo->umo_next) {
3692 umo->umo_next = umu->umu_hash[bucket].umo_head;

Completed in 1640 milliseconds