Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/md/
Draid10.h65 mempool_t *r10buf_pool; member
Draid10.c230 mempool_free(r10_bio, conf->r10buf_pool); in put_buf()
1502 mempool_destroy(conf->r10buf_pool); in close_sync()
1503 conf->r10buf_pool = NULL; in close_sync()
2633 BUG_ON(conf->r10buf_pool); in init_resync()
2638 conf->r10buf_pool = mempool_create(buffs, r10buf_pool_alloc, r10buf_pool_free, conf); in init_resync()
2639 if (!conf->r10buf_pool) in init_resync()
2690 if (!conf->r10buf_pool) in sync_request()
2828 r10_bio = mempool_alloc(conf->r10buf_pool, GFP_NOIO); in sync_request()
3011 r10_bio = mempool_alloc(conf->r10buf_pool, GFP_NOIO); in sync_request()