Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/md/
Draid10.h60 mempool_t *r10buf_pool; member
Draid10.c200 mempool_free(r10_bio, conf->r10buf_pool); in put_buf()
1044 mempool_destroy(conf->r10buf_pool); in close_sync()
1045 conf->r10buf_pool = NULL; in close_sync()
1726 BUG_ON(conf->r10buf_pool); in init_resync()
1727 conf->r10buf_pool = mempool_create(buffs, r10buf_pool_alloc, r10buf_pool_free, conf); in init_resync()
1728 if (!conf->r10buf_pool) in init_resync()
1780 if (!conf->r10buf_pool) in sync_request()
1885 r10_bio = mempool_alloc(conf->r10buf_pool, GFP_NOIO); in sync_request()
1987 r10_bio = mempool_alloc(conf->r10buf_pool, GFP_NOIO); in sync_request()