Home
last modified time | relevance | path

Searched defs:skmem_slab (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.101.15/bsd/skywalk/mem/
H A Dskmem_cache_var.h93 struct skmem_slab { struct
95 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 */