Home
last modified time | relevance | path

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

/drivers/md/
Ddm.c203 static struct kmem_cache *_io_cache; variable
211 _io_cache = KMEM_CACHE(dm_io, 0); in local_init()
212 if (!_io_cache) in local_init()
238 kmem_cache_destroy(_io_cache); in local_init()
246 kmem_cache_destroy(_io_cache); in local_exit()
2766 cachep = _io_cache; in dm_alloc_md_mempools()