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

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

Completed in 48 milliseconds