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

/osnet-11/usr/src/lib/libumem/common/
H A Dumem_impl.h246 umem_magazine_t *ml_list; /* magazine list */ member in struct:umem_maglist
H A Dumem.c1560 if ((mp = mlp->ml_list) != NULL) {
1562 mlp->ml_list = mp->mag_next;
1581 mp->mag_next = mlp->ml_list;
1582 mlp->ml_list = mp;

Completed in 30 milliseconds