Home
last modified time | relevance | path

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

/drivers/md/
Ddm.c266 static struct kmem_cache *_io_cache; variable
318 _io_cache = KMEM_CACHE(dm_io, 0); in local_init()
319 if (!_io_cache) in local_init()
360 kmem_cache_destroy(_io_cache); in local_init()
372 kmem_cache_destroy(_io_cache); in local_exit()
3568 cachep = _io_cache; in dm_alloc_md_mempools()