Lines Matching refs:rbd_img_request_cache
401 static struct kmem_cache *rbd_img_request_cache; variable
2154 img_request = kmem_cache_alloc(rbd_img_request_cache, GFP_NOIO); in rbd_img_request_create()
2211 kmem_cache_free(rbd_img_request_cache, img_request); in rbd_img_request_destroy()
5655 rbd_assert(!rbd_img_request_cache); in rbd_slab_init()
5656 rbd_img_request_cache = kmem_cache_create("rbd_img_request", in rbd_slab_init()
5660 if (!rbd_img_request_cache) in rbd_slab_init()
5682 kmem_cache_destroy(rbd_img_request_cache); in rbd_slab_init()
5683 rbd_img_request_cache = NULL; in rbd_slab_init()
5698 rbd_assert(rbd_img_request_cache); in rbd_slab_exit()
5699 kmem_cache_destroy(rbd_img_request_cache); in rbd_slab_exit()
5700 rbd_img_request_cache = NULL; in rbd_slab_exit()