Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Draid10.h82 mempool_t *r10buf_pool; member
Draid10.c269 mempool_free(r10_bio, conf->r10buf_pool); in put_buf()
1633 mempool_destroy(conf->r10buf_pool); in close_sync()
1634 conf->r10buf_pool = NULL; in close_sync()
2764 BUG_ON(conf->r10buf_pool); in init_resync()
2769 conf->r10buf_pool = mempool_create(buffs, r10buf_pool_alloc, r10buf_pool_free, conf); in init_resync()
2770 if (!conf->r10buf_pool) in init_resync()
2822 if (!conf->r10buf_pool) in sync_request()
2980 r10_bio = mempool_alloc(conf->r10buf_pool, GFP_NOIO); in sync_request()
3169 r10_bio = mempool_alloc(conf->r10buf_pool, GFP_NOIO); in sync_request()
4293 r10_bio = mempool_alloc(conf->r10buf_pool, GFP_NOIO); in reshape_request()
[all …]