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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-crypt.c147 static struct kmem_cache *_crypt_io_pool; variable in typeref:struct:kmem_cache
1204 cc->io_pool = mempool_create_slab_pool(MIN_IOS, _crypt_io_pool);
1442 _crypt_io_pool = KMEM_CACHE(dm_crypt_io, 0);
1443 if (!_crypt_io_pool)
1449 kmem_cache_destroy(_crypt_io_pool);
1458 kmem_cache_destroy(_crypt_io_pool);

Completed in 48 milliseconds