Home
last modified time | relevance | path

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

/linux-3.3/drivers/md/
Ddm-crypt.c181 static struct kmem_cache *_crypt_io_pool; variable
1607 cc->io_pool = mempool_create_slab_pool(MIN_IOS, _crypt_io_pool); in crypt_ctr()
1886 _crypt_io_pool = KMEM_CACHE(dm_crypt_io, 0); in dm_crypt_init()
1887 if (!_crypt_io_pool) in dm_crypt_init()
1893 kmem_cache_destroy(_crypt_io_pool); in dm_crypt_init()
1902 kmem_cache_destroy(_crypt_io_pool); in dm_crypt_exit()