Home
last modified time | relevance | path

Searched refs:newpool (Results 1 – 1 of 1) sorted by relevance

/drivers/md/
Draid1.c3238 mempool_t newpool, oldpool; in raid1_reshape() local
3247 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()