Searched defs:skmem_slab (Results 1 – 1 of 1) sorted by relevance
93 struct skmem_slab { struct95 struct skmem_cache *sl_cache; /* controlling cache */96 void *sl_base; /* base of allocated memory */97 void *sl_basem; /* base of mirrored memory */98 struct sksegment *sl_seg; /* backing segment */99 struct sksegment *sl_segm; /* backing mirrored segment */101 uint32_t sl_refcnt; /* outstanding allocations */102 uint32_t sl_chunks; /* # of buffers in slab */