Searched refs:migration_pool (Results 1 – 1 of 1) sorted by relevance
267 mempool_t *migration_pool; member363 mg = mempool_alloc(cache->migration_pool, GFP_NOWAIT); in alloc_migration()377 mempool_free(mg, mg->cache->migration_pool); in free_migration()1910 if (cache->migration_pool) in destroy()1911 mempool_destroy(cache->migration_pool); in destroy()2512 cache->migration_pool = mempool_create_slab_pool(MIGRATION_POOL_SIZE, in cache_create()2514 if (!cache->migration_pool) { in cache_create()