Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Draid10.h97 mempool_t r10buf_pool; member
H A Draid10.c265 mempool_free(r10_bio, &conf->r10buf_pool); in put_buf()
1703 mempool_exit(&conf->r10buf_pool); in close_sync()
1923 /* reshape read bio isn't allocated from r10buf_pool */ in end_reshape_read()
2796 BUG_ON(mempool_initialized(&conf->r10buf_pool)); in init_resync()
2801 ret = mempool_init(&conf->r10buf_pool, buffs, in init_resync()
2811 struct r10bio *r10bio = mempool_alloc(&conf->r10buf_pool, GFP_NOIO); in raid10_alloc_init_r10buf()
2937 if (!mempool_initialized(&conf->r10buf_pool)) in raid10_sync_request()
4546 mempool_free(r10_bio, &conf->r10buf_pool); in reshape_request()
/kernel/linux/linux-6.6/drivers/md/
H A Draid10.h96 mempool_t r10buf_pool; member
H A Draid10.c287 mempool_free(r10_bio, &conf->r10buf_pool); in put_buf()
2092 mempool_exit(&conf->r10buf_pool); in close_sync()
2315 /* reshape read bio isn't allocated from r10buf_pool */ in end_reshape_read()
3182 BUG_ON(mempool_initialized(&conf->r10buf_pool)); in init_resync()
3187 ret = mempool_init(&conf->r10buf_pool, buffs, in init_resync()
3197 struct r10bio *r10bio = mempool_alloc(&conf->r10buf_pool, GFP_NOIO); in raid10_alloc_init_r10buf()
3324 if (!mempool_initialized(&conf->r10buf_pool)) in raid10_sync_request()
4934 mempool_free(r10_bio, &conf->r10buf_pool); in reshape_request()

Completed in 13 milliseconds