Searched refs:_dm_io_cache (Results 1 – 1 of 1) sorted by relevance
44 static struct kmem_cache *_dm_io_cache; variable 59 ret = mempool_init_slab_pool(&client->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()