Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dcrypto.c52 static unsigned int num_prealloc_crypto_ctxs = 128; variable
57 module_param(num_prealloc_crypto_ctxs, uint, 0444);
58 MODULE_PARM_DESC(num_prealloc_crypto_ctxs,
210 for (i = 0; i < num_prealloc_crypto_ctxs; i++) { in f2fs_crypto_initialize()
/linux-4.4.14/fs/ext4/
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,
199 for (i = 0; i < num_prealloc_crypto_ctxs; i++) { in ext4_init_crypto()