Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Draid1.h121 mempool_t r1buf_pool; member
H A Draid1.c273 mempool_free(r1_bio, &conf->r1buf_pool); in put_buf()
1696 mempool_exit(&conf->r1buf_pool); in close_sync()
2605 BUG_ON(mempool_initialized(&conf->r1buf_pool)); in init_resync()
2607 return mempool_init(&conf->r1buf_pool, buffs, r1buf_pool_alloc, in init_resync()
2613 struct r1bio *r1bio = mempool_alloc(&conf->r1buf_pool, GFP_NOIO); in raid1_alloc_init_r1buf()
2656 if (!mempool_initialized(&conf->r1buf_pool)) in raid1_sync_request()