Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-thin.c2521 static struct kmem_cache *_new_mapping_cache; variable
2609 _new_mapping_cache); in pool_create()
4077 _new_mapping_cache = KMEM_CACHE(dm_thin_new_mapping, 0); in dm_thin_init()
4078 if (!_new_mapping_cache) in dm_thin_init()
4096 kmem_cache_destroy(_new_mapping_cache); in dm_thin_exit()