Home
last modified time | relevance | path

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

/drivers/md/
Ddm.c176 static struct kmem_cache *_io_cache; variable
186 _io_cache = KMEM_CACHE(dm_io, 0); in local_init()
187 if (!_io_cache) in local_init()
226 kmem_cache_destroy(_io_cache); in local_init()
236 kmem_cache_destroy(_io_cache); in local_exit()
1125 md->io_pool = mempool_create_slab_pool(MIN_IOS, _io_cache); in alloc_dev()