Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/md/
Ddm-io.c43 static struct kmem_cache *_dm_io_cache; variable
58 ret = mempool_init_slab_pool(&client->pool, min_ios, _dm_io_cache); in dm_io_client_create()
533 _dm_io_cache = KMEM_CACHE(io, 0); in dm_io_init()
534 if (!_dm_io_cache) in dm_io_init()
542 kmem_cache_destroy(_dm_io_cache); in dm_io_exit()
543 _dm_io_cache = NULL; in dm_io_exit()