Searched refs:newpool (Results 1 – 1 of 1) sorted by relevance
3238 mempool_t newpool, oldpool; in raid1_reshape() local3247 memset(&newpool, 0, sizeof(newpool)); in raid1_reshape()3280 ret = mempool_init(&newpool, NR_RAID_BIOS, r1bio_pool_alloc, in raid1_reshape()3291 mempool_exit(&newpool); in raid1_reshape()3299 conf->r1bio_pool = newpool; in raid1_reshape()