Searched refs:_crypt_io_pool (Results 1 – 1 of 1) sorted by relevance
181 static struct kmem_cache *_crypt_io_pool; variable1607 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()