Searched refs:r10buf_pool (Results 1 – 2 of 2) sorted by relevance
76 mempool_t *r10buf_pool; member
268 mempool_free(r10_bio, conf->r10buf_pool); in put_buf()1721 mempool_destroy(conf->r10buf_pool); in close_sync()1722 conf->r10buf_pool = NULL; in close_sync()2847 BUG_ON(conf->r10buf_pool); in init_resync()2852 conf->r10buf_pool = mempool_create(buffs, r10buf_pool_alloc, r10buf_pool_free, conf); in init_resync()2853 if (!conf->r10buf_pool) in init_resync()2905 if (!conf->r10buf_pool) in sync_request()3063 r10_bio = mempool_alloc(conf->r10buf_pool, GFP_NOIO); in sync_request()3252 r10_bio = mempool_alloc(conf->r10buf_pool, GFP_NOIO); in sync_request()4365 r10_bio = mempool_alloc(conf->r10buf_pool, GFP_NOIO); in reshape_request()[all …]