Searched refs:slab (Results 1 – 3 of 3) sorted by relevance
13 struct kmem_cache *slab; member150 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()
368 void *slab; in stack_depot_fetch() local381 slab = stack_slabs[parts.slabindex]; in stack_depot_fetch()382 if (!slab) in stack_depot_fetch()384 stack = slab + offset; in stack_depot_fetch()
750 of finding leaks due to the slab objects poisoning.766 if slab allocations fail.