Lines Matching refs:rbd_img_request_cache
402 static struct kmem_cache *rbd_img_request_cache; variable
2175 img_request = kmem_cache_alloc(rbd_img_request_cache, GFP_NOIO); in rbd_img_request_create()
2232 kmem_cache_free(rbd_img_request_cache, img_request); in rbd_img_request_destroy()
5646 rbd_assert(!rbd_img_request_cache); in rbd_slab_init()
5647 rbd_img_request_cache = kmem_cache_create("rbd_img_request", in rbd_slab_init()
5651 if (!rbd_img_request_cache) in rbd_slab_init()
5671 kmem_cache_destroy(rbd_img_request_cache); in rbd_slab_init()
5672 rbd_img_request_cache = NULL; in rbd_slab_init()
5687 rbd_assert(rbd_img_request_cache); in rbd_slab_exit()
5688 kmem_cache_destroy(rbd_img_request_cache); in rbd_slab_exit()
5689 rbd_img_request_cache = NULL; in rbd_slab_exit()