Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libumem/common/
H A Dumem_impl.h213 void *mag_next; member
H A Dumem.c1825 mlp->ml_list = mp->mag_next; in umem_depot_alloc()
1844 mp->mag_next = mlp->ml_list; in umem_depot_free()
/titanic_41/usr/src/uts/common/sys/
H A Dkmem_impl.h243 void *mag_next; member
/titanic_41/usr/src/uts/common/os/
H A Dkmem.c2133 mlp->ml_list = mp->mag_next; in kmem_depot_alloc()
2152 mp->mag_next = mlp->ml_list; in kmem_depot_free()
4652 for (m = cp->cache_full.ml_list; m != NULL; m = m->mag_next) { in kmem_hunt_mags()
/titanic_41/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c950 ump = mp->mag_next; in umem_read_magazines()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c1034 kmp = mp->mag_next; in kmem_read_magazines()