Searched refs:pd_cache (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_pd.c46 static struct kmem_cache *pd_cache; variable in typeref:struct:kmem_cache
53 pd = kmem_cache_zalloc(pd_cache, GFP_KERNEL);
92 kmem_cache_free(pd_cache,
100 pd_cache = kmem_cache_create("ehca_cache_pd",
104 if (!pd_cache)
111 if (pd_cache)
112 kmem_cache_destroy(pd_cache);

Completed in 43 milliseconds