Home
last modified time | relevance | path

Searched refs:rbd_img_request_cache (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/block/
Drbd.c475 static struct kmem_cache *rbd_img_request_cache; variable
1637 kmem_cache_free(rbd_img_request_cache, img_request); in rbd_img_request_destroy()
2800 child_img_req = kmem_cache_alloc(rbd_img_request_cache, GFP_NOIO); in rbd_obj_read_from_parent()
7350 rbd_assert(!rbd_img_request_cache); in rbd_slab_init()
7351 rbd_img_request_cache = KMEM_CACHE(rbd_img_request, 0); in rbd_slab_init()
7352 if (!rbd_img_request_cache) in rbd_slab_init()
7363 kmem_cache_destroy(rbd_img_request_cache); in rbd_slab_init()
7364 rbd_img_request_cache = NULL; in rbd_slab_init()
7374 rbd_assert(rbd_img_request_cache); in rbd_slab_exit()
7375 kmem_cache_destroy(rbd_img_request_cache); in rbd_slab_exit()
[all …]