Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Draid1.h103 mempool_t *r1buf_pool; member
Draid1.c212 mempool_free(r1_bio, conf->r1buf_pool); in put_buf()
1516 mempool_destroy(conf->r1buf_pool); in close_sync()
1517 conf->r1buf_pool = NULL; in close_sync()
2459 BUG_ON(conf->r1buf_pool); in init_resync()
2460 conf->r1buf_pool = mempool_create(buffs, r1buf_pool_alloc, r1buf_pool_free, in init_resync()
2462 if (!conf->r1buf_pool) in init_resync()
2493 if (!conf->r1buf_pool) in sync_request()
2543 r1_bio = mempool_alloc(conf->r1buf_pool, GFP_NOIO); in sync_request()