Searched refs:ctblk_cache (Results 1 – 1 of 1) sorted by relevance
132 static struct kmem_cache *ctblk_cache; variable136 void *ret = kmem_cache_zalloc(ctblk_cache, flags); in ehca_alloc_fw_ctrlblock()145 kmem_cache_free(ctblk_cache, ptr); in ehca_free_fw_ctrlblock()208 ctblk_cache = kmem_cache_create("ehca_cache_ctblk", in ehca_create_slab_caches()212 if (!ctblk_cache) { in ehca_create_slab_caches()248 if (ctblk_cache) in ehca_destroy_slab_caches()249 kmem_cache_destroy(ctblk_cache); in ehca_destroy_slab_caches()