Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmemlist_new.c72 struct memlist *mlendp; in memlist_free_list() local
80 for (mlendp = mlp; mlendp->ml_next != NULL; mlendp = mlendp->ml_next) in memlist_free_list()
83 mlendp->ml_next = memlist_freelist; in memlist_free_list()
92 struct memlist *mlp, *mlendp; in memlist_free_block() local
100 mlendp = &mlp[count - 1]; in memlist_free_block()
101 for (; mlp != mlendp; mlp++) in memlist_free_block()
103 mlendp->ml_next = NULL; in memlist_free_block()
106 mlendp->ml_next = memlist_freelist; in memlist_free_block()