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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dipz_pt_fn.c49 struct kmem_cache *small_qp_cache; variable in typeref:struct:kmem_cache
139 page = kmem_cache_zalloc(small_qp_cache, GFP_KERNEL);
145 kmem_cache_free(small_qp_cache, page);
200 kmem_cache_free(small_qp_cache, page);
283 small_qp_cache = kmem_cache_create("ehca_cache_small_qp",
286 if (!small_qp_cache)
294 kmem_cache_destroy(small_qp_cache);
H A Dehca_pd.c96 kmem_cache_free(small_qp_cache, page);
H A Dipz_pt_fn.h57 extern struct kmem_cache *small_qp_cache;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dipz_pt_fn.c49 struct kmem_cache *small_qp_cache; variable in typeref:struct:kmem_cache
139 page = kmem_cache_zalloc(small_qp_cache, GFP_KERNEL);
145 kmem_cache_free(small_qp_cache, page);
200 kmem_cache_free(small_qp_cache, page);
283 small_qp_cache = kmem_cache_create("ehca_cache_small_qp",
286 if (!small_qp_cache)
294 kmem_cache_destroy(small_qp_cache);
H A Dehca_pd.c96 kmem_cache_free(small_qp_cache, page);
H A Dipz_pt_fn.h57 extern struct kmem_cache *small_qp_cache;

Completed in 116 milliseconds