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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Draid1.h61 mempool_t *r1buf_pool; member in struct:r1_private_data_s
H A Draid1.c209 mempool_free(r1_bio, conf->r1buf_pool);
1104 mempool_destroy(conf->r1buf_pool);
1105 conf->r1buf_pool = NULL;
1727 BUG_ON(conf->r1buf_pool);
1728 conf->r1buf_pool = mempool_create(buffs, r1buf_pool_alloc, r1buf_pool_free,
1730 if (!conf->r1buf_pool)
1759 if (!conf->r1buf_pool)
1810 r1_bio = mempool_alloc(conf->r1buf_pool, GFP_NOIO);

Completed in 73 milliseconds