_dm_io_cache 43 drivers/md/dm-io.c static struct kmem_cache *_dm_io_cache; _dm_io_cache 58 drivers/md/dm-io.c ret = mempool_init_slab_pool(&client->pool, min_ios, _dm_io_cache); _dm_io_cache 560 drivers/md/dm-io.c _dm_io_cache = KMEM_CACHE(io, 0); _dm_io_cache 561 drivers/md/dm-io.c if (!_dm_io_cache) _dm_io_cache 569 drivers/md/dm-io.c kmem_cache_destroy(_dm_io_cache); _dm_io_cache 570 drivers/md/dm-io.c _dm_io_cache = NULL;