Home
last modified time | relevance | path

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

/Linux-v4.19/fs/crypto/
Dcrypto.c34 static unsigned int num_prealloc_crypto_ctxs = 128; variable
39 module_param(num_prealloc_crypto_ctxs, uint, 0444);
40 MODULE_PARM_DESC(num_prealloc_crypto_ctxs,
403 for (i = 0; i < num_prealloc_crypto_ctxs; i++) { in fscrypt_initialize()