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

/osnet-11/usr/src/lib/libumem/common/
H A Dumem_impl.h116 * require that 2 of them, plus 2 buftags, plus a umem_slab_t, all fit on
126 (P2ALIGN((PAGESIZE - sizeof (umem_slab_t))/2 - \
173 ((umem_slab_t *)P2END((uintptr_t)(buf), (cp)->cache_slabsize) - 1)
179 (((umem_slab_t *)P2END((uintptr_t)(mp), PAGESIZE) - 1)->slab_cache == \
197 } umem_slab_t; typedef in typeref:struct:umem_slab
307 umem_slab_t *cache_freelist; /* slab free list */
308 umem_slab_t cache_nullslab; /* end of freelist marker */

Completed in 17 milliseconds