Searched refs:migration_pool (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/md/
H A Ddm-cache-target.c405 mempool_t migration_pool; member in struct:cache
478 mg = mempool_alloc(&cache->migration_pool, GFP_NOIO);
495 mempool_free(mg, &cache->migration_pool);
1912 mempool_exit(&cache->migration_pool);
2528 r = mempool_init_slab_pool(&cache->migration_pool, MIGRATION_POOL_SIZE,

Completed in 216 milliseconds