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

/linux-master/drivers/md/
H A Ddm-io.c44 static struct kmem_cache *_dm_io_cache; variable in typeref:struct:kmem_cache
59 ret = mempool_init_slab_pool(&client->pool, min_ios, _dm_io_cache);
548 _dm_io_cache = KMEM_CACHE(io, 0);
549 if (!_dm_io_cache)
557 kmem_cache_destroy(_dm_io_cache);
558 _dm_io_cache = NULL;

Completed in 197 milliseconds