Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dzcrypt_api.h142 extern unsigned int zcrypt_mempool_threshold;
H A Dzcrypt_api.c52 unsigned int zcrypt_mempool_threshold = 5; variable
53 module_param_named(mempool_threshold, zcrypt_mempool_threshold, uint, 0400);
1969 if (zcrypt_mempool_threshold < 1) { in zcrypt_api_init()
H A Dzcrypt_ep11misc.c1615 cprb_mempool = mempool_create_kmalloc_pool(2 * zcrypt_mempool_threshold, in zcrypt_ep11misc_init()
H A Dzcrypt_ccamisc.c1794 cprb_mempool = mempool_create_kmalloc_pool(zcrypt_mempool_threshold, in zcrypt_ccamisc_init()