Home
last modified time | relevance | path

Searched refs:req_mempool (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/linux/ceph/
Dosd_client.h146 mempool_t *req_mempool; member
/linux-3.4.99/net/ceph/
Dosd_client.c171 mempool_free(req, req->r_osdc->req_mempool); in ceph_osdc_release_request()
210 req = mempool_alloc(osdc->req_mempool, gfp_flags); in ceph_osdc_alloc_request()
1852 osdc->req_mempool = mempool_create_kmalloc_pool(10, in ceph_osdc_init()
1854 if (!osdc->req_mempool) in ceph_osdc_init()
1879 mempool_destroy(osdc->req_mempool); in ceph_osdc_init()
1896 mempool_destroy(osdc->req_mempool); in ceph_osdc_stop()