Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/skywalk/mem/
H A Dskmem_cache_var.h45 struct skmem_slab *bc_slab; /* controlling slab */
65 struct skmem_slab *bc_slab; /* controlling slab */
86 struct skmem_slab { struct
87 TAILQ_ENTRY(skmem_slab) sl_link; /* slab freelist linkage */
258 TAILQ_HEAD(, skmem_slab) skm_sl_partial_list; /* partially-allocated */
259 TAILQ_HEAD(, skmem_slab) skm_sl_empty_list; /* fully-allocated */
H A Dskmem_slab.c36 static struct skmem_slab *skmem_slab_create(struct skmem_cache *, uint32_t);
37 static void skmem_slab_destroy(struct skmem_cache *, struct skmem_slab *);
62 static struct skmem_slab *
68 struct skmem_slab *__single sl; in skmem_slab_create()
159 skmem_slab_destroy(struct skmem_cache *skm, struct skmem_slab *sl) in skmem_slab_destroy()
195 struct skmem_slab *sl; in skmem_slab_alloc_locked()
600 struct skmem_slab *sl = NULL; in skmem_slab_free_locked()
H A Dskmem_cache.c432 sizeof(struct skmem_slab), sizeof(uint64_t), NULL, NULL, NULL, in skmem_cache_init()
917 struct skmem_slab *sl; in skmem_cache_get_obj_info()
/xnu-11215.61.5/bsd/conf/
H A Dfiles555 bsd/skywalk/mem/skmem_slab.c optional skywalk bound-checks