rbd_img_request_cache 479 drivers/block/rbd.c static struct kmem_cache *rbd_img_request_cache; rbd_img_request_cache 1738 drivers/block/rbd.c img_request = kmem_cache_zalloc(rbd_img_request_cache, GFP_NOIO); rbd_img_request_cache 1782 drivers/block/rbd.c kmem_cache_free(rbd_img_request_cache, img_request); rbd_img_request_cache 7312 drivers/block/rbd.c rbd_assert(!rbd_img_request_cache); rbd_img_request_cache 7313 drivers/block/rbd.c rbd_img_request_cache = KMEM_CACHE(rbd_img_request, 0); rbd_img_request_cache 7314 drivers/block/rbd.c if (!rbd_img_request_cache) rbd_img_request_cache 7325 drivers/block/rbd.c kmem_cache_destroy(rbd_img_request_cache); rbd_img_request_cache 7326 drivers/block/rbd.c rbd_img_request_cache = NULL; rbd_img_request_cache 7336 drivers/block/rbd.c rbd_assert(rbd_img_request_cache); rbd_img_request_cache 7337 drivers/block/rbd.c kmem_cache_destroy(rbd_img_request_cache); rbd_img_request_cache 7338 drivers/block/rbd.c rbd_img_request_cache = NULL;