Searched refs:r1bio_pool (Results 1 – 2 of 2) sorted by relevance
101 mempool_t *r1bio_pool; member
257 mempool_free(r1_bio, conf->r1bio_pool); in free_r1bio()1307 r1_bio = mempool_alloc(conf->r1bio_pool, GFP_NOIO); in alloc_r1bio()3124 conf->r1bio_pool = mempool_create_kmalloc_pool(NR_RAID_BIOS, r1bio_size); in setup_conf()3125 if (!conf->r1bio_pool) in setup_conf()3194 mempool_destroy(conf->r1bio_pool); in setup_conf()3306 mempool_destroy(conf->r1bio_pool); in raid1_free()3409 oldpool = conf->r1bio_pool; in raid1_reshape()3410 conf->r1bio_pool = newpool; in raid1_reshape()