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

/linux-master/block/
H A Dblk-crypto.c60 static struct kmem_cache *bio_crypt_ctx_cache; variable in typeref:struct:kmem_cache
67 bio_crypt_ctx_cache = KMEM_CACHE(bio_crypt_ctx, 0);
68 if (!bio_crypt_ctx_cache)
72 bio_crypt_ctx_cache);

Completed in 112 milliseconds