Searched refs:umem_slab_t (Results 1 - 2 of 2) 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 */
H A Dumem.c621 umem_slab_t *ump_slab; /* slab accoring to umem_findslab() */
791 static umem_slab_t *
794 umem_slab_t *sp;
815 umem_slab_t *sp;
1117 umem_slab_t *sp, void *addr)
1132 static umem_slab_t *
1140 umem_slab_t *sp;
1166 chunks = (slabsize - sizeof (umem_slab_t) - color) / chunksize;
1235 umem_slab_destroy(umem_cache_t *cp, umem_slab_t *sp)
1258 umem_slab_t *s
[all...]

Completed in 28 milliseconds