Home
last modified time | relevance | path

Searched refs:umoend (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c3622 umowner_t *umo, *umoend; in umu_add() local
3642 umoend = umu->umu_hash + umu->umu_size; in umu_add()
3643 for (umo = umu->umu_hash; umo < umoend; umo++) { in umu_add()
3649 umoend = umu->umu_hash + umu->umu_nelems; in umu_add()
3650 for (umo = umu->umu_hash; umo < umoend; umo++) { in umu_add()
3768 umowner_t *umo, *umoend; in umausers() local
3843 umoend = umu.umu_hash + umu.umu_nelems; in umausers()
3845 for (umo = umu.umu_hash; umo < umoend; umo++) { in umausers()