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
150 sgp->slab = kmem_cache_create(sgp->name, size, 0, in sg_pool_init()
152 if (!sgp->slab) { in sg_pool_init()
159 sgp->slab); in sg_pool_init()
174 kmem_cache_destroy(sgp->slab); in sg_pool_init()
Dstackdepot.c368 void *slab; in stack_depot_fetch() local
381 slab = stack_slabs[parts.slabindex]; in stack_depot_fetch()
382 if (!slab) in stack_depot_fetch()
384 stack = slab + offset; in stack_depot_fetch()
DKconfig.debug750 of finding leaks due to the slab objects poisoning.
766 if slab allocations fail.