Searched refs:pd_cache (Results 1 – 1 of 1) sorted by relevance
46 static struct kmem_cache *pd_cache; variable54 pd = kmem_cache_zalloc(pd_cache, GFP_KERNEL); in ehca_alloc_pd()104 kmem_cache_free(pd_cache, my_pd); in ehca_dealloc_pd()111 pd_cache = kmem_cache_create("ehca_cache_pd", in ehca_init_pd_cache()115 if (!pd_cache) in ehca_init_pd_cache()122 if (pd_cache) in ehca_cleanup_pd_cache()123 kmem_cache_destroy(pd_cache); in ehca_cleanup_pd_cache()