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

/linux-master/block/
H A Dblk-crypto.c61 static mempool_t *bio_crypt_ctx_pool; variable
71 bio_crypt_ctx_pool = mempool_create_slab_pool(num_prealloc_crypt_ctxs,
73 if (!bio_crypt_ctx_pool)
102 bc = mempool_alloc(bio_crypt_ctx_pool, gfp_mask);
112 mempool_free(bio->bi_crypt_context, bio_crypt_ctx_pool);
118 dst->bi_crypt_context = mempool_alloc(bio_crypt_ctx_pool, gfp_mask);
247 mempool_free(rq->crypt_ctx, bio_crypt_ctx_pool);
307 rq->crypt_ctx = mempool_alloc(bio_crypt_ctx_pool, gfp_mask);

Completed in 103 milliseconds