Home
last modified time | relevance | path

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

/drivers/md/
Ddm-thin.c2926 static struct kmem_cache *_new_mapping_cache; variable
3019 _new_mapping_cache); in pool_create()
4517 _new_mapping_cache = KMEM_CACHE(dm_thin_new_mapping, 0); in dm_thin_init()
4518 if (!_new_mapping_cache) in dm_thin_init()
4534 kmem_cache_destroy(_new_mapping_cache); in dm_thin_init()
4544 kmem_cache_destroy(_new_mapping_cache); in dm_thin_exit()