Searched refs:_dm_io_cache (Results 1 – 1 of 1) sorted by relevance
44 static struct kmem_cache *_dm_io_cache; variable59 ret = mempool_init_slab_pool(&client->pool, min_ios, _dm_io_cache); in dm_io_client_create()545 _dm_io_cache = KMEM_CACHE(io, 0); in dm_io_init()546 if (!_dm_io_cache) in dm_io_init()554 kmem_cache_destroy(_dm_io_cache); in dm_io_exit()555 _dm_io_cache = NULL; in dm_io_exit()
Completed in 3 milliseconds