Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-io.c43 static struct kmem_cache *_dm_io_cache; variable
57 client->pool = mempool_create_slab_pool(min_ios, _dm_io_cache); in dm_io_client_create()
529 _dm_io_cache = KMEM_CACHE(io, 0); in dm_io_init()
530 if (!_dm_io_cache) in dm_io_init()
538 kmem_cache_destroy(_dm_io_cache); in dm_io_exit()
539 _dm_io_cache = NULL; in dm_io_exit()