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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/
H A Ddm-crypt.c107 static struct kmem_cache *_crypt_io_pool; variable in typeref:struct:kmem_cache
845 cc->io_pool = mempool_create_slab_pool(MIN_IOS, _crypt_io_pool);
1065 _crypt_io_pool = kmem_cache_create("dm-crypt_io",
1068 if (!_crypt_io_pool)
1089 kmem_cache_destroy(_crypt_io_pool);
1101 kmem_cache_destroy(_crypt_io_pool);

Completed in 91 milliseconds