Searched refs:r10buf_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 Draid10.h60 mempool_t *r10buf_pool; member in struct:r10_private_data_s
H A Draid10.c209 mempool_free(r10_bio, conf->r10buf_pool);
1085 mempool_destroy(conf->r10buf_pool);
1086 conf->r10buf_pool = NULL;
1769 BUG_ON(conf->r10buf_pool);
1770 conf->r10buf_pool = mempool_create(buffs, r10buf_pool_alloc, r10buf_pool_free, conf);
1771 if (!conf->r10buf_pool)
1823 if (!conf->r10buf_pool)
1928 r10_bio = mempool_alloc(conf->r10buf_pool, GFP_NOIO);
2030 r10_bio = mempool_alloc(conf->r10buf_pool, GFP_NOIO);

Completed in 121 milliseconds