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

/linux-master/block/
H A Dblk-crypto-fallback.c61 static struct kmem_cache *bio_fallback_crypt_ctx_cache; variable in typeref:struct:kmem_cache
587 bio_fallback_crypt_ctx_cache = KMEM_CACHE(bio_fallback_crypt_ctx, 0);
588 if (!bio_fallback_crypt_ctx_cache)
593 bio_fallback_crypt_ctx_cache);
601 kmem_cache_destroy(bio_fallback_crypt_ctx_cache);

Completed in 118 milliseconds