Lines Matching refs:rbd_img_request_cache
475 static struct kmem_cache *rbd_img_request_cache;
1637 kmem_cache_free(rbd_img_request_cache, img_request);
2800 child_img_req = kmem_cache_alloc(rbd_img_request_cache, GFP_NOIO);
7346 rbd_assert(!rbd_img_request_cache);
7347 rbd_img_request_cache = KMEM_CACHE(rbd_img_request, 0);
7348 if (!rbd_img_request_cache)
7359 kmem_cache_destroy(rbd_img_request_cache);
7360 rbd_img_request_cache = NULL;
7370 rbd_assert(rbd_img_request_cache);
7371 kmem_cache_destroy(rbd_img_request_cache);
7372 rbd_img_request_cache = NULL;