Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid1.h102 mempool_t r1buf_pool; member
H A Draid1.c272 mempool_free(r1_bio, &conf->r1buf_pool); in put_buf()
1818 mempool_exit(&conf->r1buf_pool); in close_sync()
2745 BUG_ON(mempool_initialized(&conf->r1buf_pool)); in init_resync()
2747 return mempool_init(&conf->r1buf_pool, buffs, r1buf_pool_alloc, in init_resync()
2753 struct r1bio *r1bio = mempool_alloc(&conf->r1buf_pool, GFP_NOIO); in raid1_alloc_init_r1buf()
2796 if (!mempool_initialized(&conf->r1buf_pool)) in raid1_sync_request()