Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-thin.c2934 static struct kmem_cache *_new_mapping_cache; variable
3026 _new_mapping_cache); in pool_create()
4523 _new_mapping_cache = KMEM_CACHE(dm_thin_new_mapping, 0); in dm_thin_init()
4524 if (!_new_mapping_cache) in dm_thin_init()
4540 kmem_cache_destroy(_new_mapping_cache); in dm_thin_init()
4550 kmem_cache_destroy(_new_mapping_cache); in dm_thin_exit()