Searched refs:req_mempool (Results 1 – 2 of 2) sorted by relevance
227 mempool_t *req_mempool; member
334 mempool_free(req, req->r_osdc->req_mempool); in ceph_osdc_release_request()380 req = mempool_alloc(osdc->req_mempool, gfp_flags); in ceph_osdc_alloc_request()2625 osdc->req_mempool = mempool_create_kmalloc_pool(10, in ceph_osdc_init()2627 if (!osdc->req_mempool) in ceph_osdc_init()2653 mempool_destroy(osdc->req_mempool); in ceph_osdc_init()2669 mempool_destroy(osdc->req_mempool); in ceph_osdc_stop()