Searched defs:ctblk_cache (Results 1 - 1 of 1) sorted by relevance

/drivers/infiniband/hw/ehca/
H A Dehca_main.c131 static struct kmem_cache *ctblk_cache; variable in typeref:struct:kmem_cache
135 void *ret = kmem_cache_zalloc(ctblk_cache, flags);
144 kmem_cache_free(ctblk_cache, ptr);
207 ctblk_cache = kmem_cache_create("ehca_cache_ctblk",
211 if (!ctblk_cache) {
247 if (ctblk_cache)
248 kmem_cache_destroy(ctblk_cache);

Completed in 80 milliseconds