Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid1.h122 mempool_t r1buf_pool; member
H A Draid1.c271 mempool_free(r1_bio, &conf->r1buf_pool); in put_buf()
1792 mempool_exit(&conf->r1buf_pool); in close_sync()
2718 BUG_ON(mempool_initialized(&conf->r1buf_pool)); in init_resync()
2720 return mempool_init(&conf->r1buf_pool, buffs, r1buf_pool_alloc, in init_resync()
2726 struct r1bio *r1bio = mempool_alloc(&conf->r1buf_pool, GFP_NOIO); in raid1_alloc_init_r1buf()
2769 if (!mempool_initialized(&conf->r1buf_pool)) in raid1_sync_request()