Searched refs:rbd_img_request_cache (Results 1 – 1 of 1) sorted by relevance
416 static struct kmem_cache *rbd_img_request_cache; variable1643 img_request = kmem_cache_zalloc(rbd_img_request_cache, GFP_NOIO); in rbd_img_request_create()1688 kmem_cache_free(rbd_img_request_cache, img_request); in rbd_img_request_destroy()6093 rbd_assert(!rbd_img_request_cache); in rbd_slab_init()6094 rbd_img_request_cache = KMEM_CACHE(rbd_img_request, 0); in rbd_slab_init()6095 if (!rbd_img_request_cache) in rbd_slab_init()6106 kmem_cache_destroy(rbd_img_request_cache); in rbd_slab_init()6107 rbd_img_request_cache = NULL; in rbd_slab_init()6117 rbd_assert(rbd_img_request_cache); in rbd_slab_exit()6118 kmem_cache_destroy(rbd_img_request_cache); in rbd_slab_exit()[all …]