Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
H A Dblk-crypto-fallback.c29 static unsigned int blk_crypto_num_keyslots = 100; variable
30 module_param_named(num_keyslots, blk_crypto_num_keyslots, uint, 0);
539 err = blk_ksm_init(&blk_crypto_ksm, blk_crypto_num_keyslots); in blk_crypto_fallback_init()
558 blk_crypto_keyslots = kcalloc(blk_crypto_num_keyslots, in blk_crypto_fallback_init()
623 for (i = 0; i < blk_crypto_num_keyslots; i++) { in blk_crypto_fallback_start_using_mode()
649 for (i = 0; i < blk_crypto_num_keyslots; i++) { in blk_crypto_fallback_start_using_mode()
/kernel/linux/linux-6.6/block/
H A Dblk-crypto-fallback.c30 static unsigned int blk_crypto_num_keyslots = 100; variable
31 module_param_named(num_keyslots, blk_crypto_num_keyslots, uint, 0);
556 blk_crypto_num_keyslots); in blk_crypto_fallback_init()
575 blk_crypto_keyslots = kcalloc(blk_crypto_num_keyslots, in blk_crypto_fallback_init()
644 for (i = 0; i < blk_crypto_num_keyslots; i++) { in blk_crypto_fallback_start_using_mode()
670 for (i = 0; i < blk_crypto_num_keyslots; i++) { in blk_crypto_fallback_start_using_mode()

Completed in 3 milliseconds