Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Draid1.h98 mempool_t *r1buf_pool; member
Draid1.c210 mempool_free(r1_bio, conf->r1buf_pool); in put_buf()
1547 mempool_destroy(conf->r1buf_pool); in close_sync()
1548 conf->r1buf_pool = NULL; in close_sync()
2466 BUG_ON(conf->r1buf_pool); in init_resync()
2467 conf->r1buf_pool = mempool_create(buffs, r1buf_pool_alloc, r1buf_pool_free, in init_resync()
2469 if (!conf->r1buf_pool) in init_resync()
2500 if (!conf->r1buf_pool) in sync_request()
2540 r1_bio = mempool_alloc(conf->r1buf_pool, GFP_NOIO); in sync_request()