Home
last modified time | relevance | path

Searched refs:slab_blocks (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/
H A Ddrm_buddy.c12 static struct kmem_cache *slab_blocks; variable
23 block = kmem_cache_zalloc(slab_blocks, GFP_KERNEL); in drm_block_alloc()
38 kmem_cache_free(slab_blocks, block); in drm_block_free()
1178 kmem_cache_destroy(slab_blocks); in drm_buddy_module_exit()
1183 slab_blocks = KMEM_CACHE(drm_buddy_block, 0); in drm_buddy_module_init()
1184 if (!slab_blocks) in drm_buddy_module_init()
/linux/drivers/md/dm-vdo/
H A Dtypes.h173 block_count_t slab_blocks; member