Home
last modified time | relevance | path

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

/linux-6.3-rc2/block/
A Dblk-crypto.c53 static int num_prealloc_crypt_ctxs = 128; variable
55 module_param(num_prealloc_crypt_ctxs, int, 0444);
56 MODULE_PARM_DESC(num_prealloc_crypt_ctxs,
70 bio_crypt_ctx_pool = mempool_create_slab_pool(num_prealloc_crypt_ctxs, in bio_crypt_ctx_init()

Completed in 2 milliseconds