Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Draid10.h96 mempool_t r10buf_pool; member
Draid10.c287 mempool_free(r10_bio, &conf->r10buf_pool); in put_buf()
2088 mempool_exit(&conf->r10buf_pool); in close_sync()
3166 BUG_ON(mempool_initialized(&conf->r10buf_pool)); in init_resync()
3171 ret = mempool_init(&conf->r10buf_pool, buffs, in init_resync()
3181 struct r10bio *r10bio = mempool_alloc(&conf->r10buf_pool, GFP_NOIO); in raid10_alloc_init_r10buf()
3292 if (!mempool_initialized(&conf->r10buf_pool)) in raid10_sync_request()
4908 mempool_free(r10_bio, &conf->r10buf_pool); in reshape_request()