Searched refs:slab (Results 1 – 3 of 3) sorted by relevance
13 struct kmem_cache *slab; member149 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()
201 void *slab = stack_slabs[parts.slabindex]; in stack_depot_fetch() local203 struct stack_record *stack = slab + offset; in stack_depot_fetch()
518 bool "Debug slab memory allocations"572 of finding leaks due to the slab objects poisoning.588 if slab allocations fail.