Searched refs:migration_pool (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/md/
H A Ddm-cache-target.c405 mempool_t migration_pool;
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,
406 mempool_t migration_pool; member in struct:cache

Completed in 293 milliseconds