Searched refs:slab_blocks (Results 1 – 4 of 4) sorted by relevance
12 static struct kmem_cache *slab_blocks; variable23 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()
556 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()754 .slab_blocks = slab_size, in vdo_configure_slab()
173 block_count_t slab_blocks; member
3732 .end = slab_origin + slab_config->slab_blocks, in make_slab()3793 slab_size = depot->slab_config.slab_blocks; in allocate_slabs()4167 block_count_t slab_size = state.slab_config.slab_blocks; in vdo_decode_slab_depot()