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

/drivers/md/
H A Ddm-io.c45 static struct kmem_cache *_dm_io_cache; variable in typeref:struct:kmem_cache
58 client->pool = mempool_create_slab_pool(MIN_IOS, _dm_io_cache);
512 _dm_io_cache = KMEM_CACHE(io, 0);
513 if (!_dm_io_cache)
521 kmem_cache_destroy(_dm_io_cache);
522 _dm_io_cache = NULL;

Completed in 39 milliseconds