Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/mem/
H A Dskmem_cache_var.h45 struct skmem_slab *bc_slab; /* controlling slab */
72 struct skmem_slab *bc_slab; /* controlling slab */
93 struct skmem_slab { struct
94 TAILQ_ENTRY(skmem_slab) sl_link; /* slab freelist linkage */
266 TAILQ_HEAD(, skmem_slab) skm_sl_partial_list; /* partially-allocated */
267 TAILQ_HEAD(, skmem_slab) skm_sl_empty_list; /* fully-allocated */
H A Dskmem_slab.c37 static struct skmem_slab *skmem_slab_create(struct skmem_cache *, uint32_t);
38 static void skmem_slab_destroy(struct skmem_cache *, struct skmem_slab *);
63 static struct skmem_slab *
69 struct skmem_slab *__single sl; in skmem_slab_create()
160 skmem_slab_destroy(struct skmem_cache *skm, struct skmem_slab *sl) in skmem_slab_destroy()
204 struct skmem_slab *sl; in skmem_slab_alloc_locked()
597 struct skmem_slab *sl = NULL; in skmem_slab_free_locked()
H A Dskmem_cache.c433 sizeof(struct skmem_slab), sizeof(uint64_t), NULL, NULL, NULL, in skmem_cache_init()
918 struct skmem_slab *sl; in skmem_cache_get_obj_info()
/xnu-12377.41.6/bsd/conf/
H A Dfiles569 bsd/skywalk/mem/skmem_slab.c optional skywalk bound-checks