Searched refs:r10buf_pool (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/md/
H A Draid10.h96 mempool_t r10buf_pool; member in struct:r10conf
H A Draid10.c286 mempool_free(r10_bio, &conf->r10buf_pool);
2018 mempool_exit(&conf->r10buf_pool);
2227 /* reshape read bio isn't allocated from r10buf_pool */
3031 BUG_ON(mempool_initialized(&conf->r10buf_pool));
3036 ret = mempool_init(&conf->r10buf_pool, buffs,
3046 struct r10bio *r10bio = mempool_alloc(&conf->r10buf_pool, GFP_NOIO);
3173 if (!mempool_initialized(&conf->r10buf_pool))
4759 mempool_free(r10_bio, &conf->r10buf_pool);

Completed in 117 milliseconds