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

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

Completed in 243 milliseconds