Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-mpath.c118 static struct kmem_cache *_mpio_cache; variable
201 m->mpio_pool = mempool_create_slab_pool(min_ios, _mpio_cache); in alloc_multipath()
1731 _mpio_cache = KMEM_CACHE(dm_mpath_io, 0); in dm_multipath_init()
1732 if (!_mpio_cache) in dm_multipath_init()
1774 kmem_cache_destroy(_mpio_cache); in dm_multipath_init()
1785 kmem_cache_destroy(_mpio_cache); in dm_multipath_exit()