Home
last modified time | relevance | path

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

/drivers/gpu/drm/
A Ddrm_buddy.c15 static struct kmem_cache *slab_blocks; variable
26 block = kmem_cache_zalloc(slab_blocks, GFP_KERNEL); in drm_block_alloc()
41 kmem_cache_free(slab_blocks, block); in drm_block_free()
1227 kmem_cache_destroy(slab_blocks); in drm_buddy_module_exit()
1232 slab_blocks = KMEM_CACHE(drm_buddy_block, 0); in drm_buddy_module_init()
1233 if (!slab_blocks) in drm_buddy_module_init()
/drivers/md/dm-vdo/
A Dencodings.c556 encode_u64_le(buffer, offset, state.slab_config.slab_blocks); in encode_slab_depot_state_2_0()
595 slab_config.slab_blocks = count; in decode_slab_depot_state_2_0()
654 block_count_t slab_size = slab_config.slab_blocks; in vdo_configure_slab_depot()
669 total_slab_blocks = slab_count * slab_config.slab_blocks; in vdo_configure_slab_depot()
741 .slab_blocks = slab_size, in vdo_configure_slab()
A Dtypes.h173 block_count_t slab_blocks; member
A Dslab-depot.c3799 .end = slab_origin + slab_config->slab_blocks, in make_slab()
3860 slab_size = depot->slab_config.slab_blocks; in allocate_slabs()
4088 reference_block_count = vdo_get_saved_reference_count_size(depot->slab_config.slab_blocks); in initialize_block_allocator()
4247 block_count_t slab_size = state.slab_config.slab_blocks; in vdo_decode_slab_depot()

Completed in 24 milliseconds