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

/linux-4.1.27/fs/ext4/
H A Dcrypto.c44 static unsigned int num_prealloc_crypto_ctxs = 128; variable
49 module_param(num_prealloc_crypto_ctxs, uint, 0444);
50 MODULE_PARM_DESC(num_prealloc_crypto_ctxs,
251 for (i = 0; i < num_prealloc_crypto_ctxs; i++) { ext4_init_crypto()

Completed in 56 milliseconds