Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/md/
Draid1.h59 mempool_t *r1buf_pool; member
Draid1.c200 mempool_free(r1_bio, conf->r1buf_pool); in put_buf()
1020 mempool_destroy(conf->r1buf_pool); in close_sync()
1021 conf->r1buf_pool = NULL; in close_sync()
1604 BUG_ON(conf->r1buf_pool); in init_resync()
1605 conf->r1buf_pool = mempool_create(buffs, r1buf_pool_alloc, r1buf_pool_free, in init_resync()
1607 if (!conf->r1buf_pool) in init_resync()
1636 if (!conf->r1buf_pool) in sync_request()
1683 r1_bio = mempool_alloc(conf->r1buf_pool, GFP_NOIO); in sync_request()