Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/md/
Draid1.h122 mempool_t r1buf_pool; member
Draid1.c272 mempool_free(r1_bio, &conf->r1buf_pool); in put_buf()
1817 mempool_exit(&conf->r1buf_pool); in close_sync()
2739 BUG_ON(mempool_initialized(&conf->r1buf_pool)); in init_resync()
2741 return mempool_init(&conf->r1buf_pool, buffs, r1buf_pool_alloc, in init_resync()
2747 struct r1bio *r1bio = mempool_alloc(&conf->r1buf_pool, GFP_NOIO); in raid1_alloc_init_r1buf()
2790 if (!mempool_initialized(&conf->r1buf_pool)) in raid1_sync_request()