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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/
H A Ddm-crypt.c79 mempool_t *io_pool; member in struct:crypt_config
494 mempool_free(io, cc->io_pool);
845 cc->io_pool = mempool_create_slab_pool(MIN_IOS, _crypt_io_pool);
846 if (!cc->io_pool) {
906 mempool_destroy(cc->io_pool);
925 mempool_destroy(cc->io_pool);
947 io = mempool_alloc(cc->io_pool, GFP_NOIO);
H A Ddm.c105 mempool_t *io_pool; member in struct:mapped_device
330 return mempool_alloc(md->io_pool, GFP_NOIO);
335 mempool_free(io, md->io_pool);
1007 md->io_pool = mempool_create_slab_pool(MIN_IOS, _io_cache);
1008 if (!md->io_pool)
1050 mempool_destroy(md->io_pool);
1071 mempool_destroy(md->io_pool);

Completed in 103 milliseconds