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

/linux-master/drivers/md/
H A Ddm-cache-target.c2264 static struct kmem_cache *migration_cache; variable in typeref:struct:kmem_cache
2533 migration_cache);
3456 migration_cache = KMEM_CACHE(dm_cache_migration, 0);
3457 if (!migration_cache)
3462 kmem_cache_destroy(migration_cache);
3472 kmem_cache_destroy(migration_cache);

Completed in 203 milliseconds