Searched refs:r1bio_pool (Results 1 – 2 of 2) sorted by relevance
58 mempool_t *r1bio_pool; member
186 mempool_free(r1_bio, conf->r1bio_pool); in free_r1bio()764 r1_bio = mempool_alloc(conf->r1bio_pool, GFP_NOIO); in make_request()1871 conf->r1bio_pool = mempool_create(NR_RAID1_BIOS, r1bio_pool_alloc, in setup_conf()1874 if (!conf->r1bio_pool) in setup_conf()1937 if (conf->r1bio_pool) in setup_conf()1938 mempool_destroy(conf->r1bio_pool); in setup_conf()2042 if (conf->r1bio_pool) in stop()2043 mempool_destroy(conf->r1bio_pool); in stop()2143 oldpool = conf->r1bio_pool; in raid1_reshape()2144 conf->r1bio_pool = newpool; in raid1_reshape()