Home
last modified time | relevance | path

Searched refs:slab (Results 1 – 3 of 3) sorted by relevance

/lib/
Dsg_pool.c13 struct kmem_cache *slab; member
149 sgp->slab = kmem_cache_create(sgp->name, size, 0, in sg_pool_init()
151 if (!sgp->slab) { in sg_pool_init()
158 sgp->slab); in sg_pool_init()
173 kmem_cache_destroy(sgp->slab); in sg_pool_init()
186 kmem_cache_destroy(sgp->slab); in sg_pool_exit()
Dstackdepot.c201 void *slab = stack_slabs[parts.slabindex]; in stack_depot_fetch() local
203 struct stack_record *stack = slab + offset; in stack_depot_fetch()
DKconfig.debug518 bool "Debug slab memory allocations"
572 of finding leaks due to the slab objects poisoning.
588 if slab allocations fail.