Searched refs:ctblk_cache (Results 1 – 1 of 1) sorted by relevance
131 static struct kmem_cache *ctblk_cache; variable135 void *ret = kmem_cache_zalloc(ctblk_cache, flags); in ehca_alloc_fw_ctrlblock()144 kmem_cache_free(ctblk_cache, ptr); in ehca_free_fw_ctrlblock()207 ctblk_cache = kmem_cache_create("ehca_cache_ctblk", in ehca_create_slab_caches()211 if (!ctblk_cache) { in ehca_create_slab_caches()246 if (ctblk_cache) in ehca_destroy_slab_caches()247 kmem_cache_destroy(ctblk_cache); in ehca_destroy_slab_caches()