Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/
Ddm-clone-target.c58 static struct kmem_cache *_hydration_cache; variable
1901 _hydration_cache); in clone_ctr()
2200 _hydration_cache = KMEM_CACHE(dm_clone_region_hydration, 0); in dm_clone_init()
2201 if (!_hydration_cache) in dm_clone_init()
2217 kmem_cache_destroy(_hydration_cache); in dm_clone_exit()
2218 _hydration_cache = NULL; in dm_clone_exit()