Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Ddm-clone-target.c58 static struct kmem_cache *_hydration_cache; variable
1897 _hydration_cache); in clone_ctr()
2196 _hydration_cache = KMEM_CACHE(dm_clone_region_hydration, 0); in dm_clone_init()
2197 if (!_hydration_cache) in dm_clone_init()
2202 kmem_cache_destroy(_hydration_cache); in dm_clone_init()
2213 kmem_cache_destroy(_hydration_cache); in dm_clone_exit()
2214 _hydration_cache = NULL; in dm_clone_exit()