Searched refs:cprb_mempool (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/s390/crypto/ |
| H A D | zcrypt_ep11misc.c | 41 static mempool_t *cprb_mempool; variable 370 cprb = mempool_alloc_preallocated(cprb_mempool); in alloc_cprbmem() 398 mempool_free(mem, cprb_mempool); in free_cprbmem() 679 mempool_alloc_preallocated(cprb_mempool) : in ep11_get_card_info() 680 mempool_alloc(cprb_mempool, GFP_KERNEL); in ep11_get_card_info() 696 mempool_free(pmqi, cprb_mempool); in ep11_get_card_info() 1384 mempool_alloc_preallocated(cprb_mempool) : in ep11_clr2keyblob() 1385 mempool_alloc(cprb_mempool, GFP_KERNEL); in ep11_clr2keyblob() 1423 mempool_free(mem, cprb_mempool); in ep11_clr2keyblob() 1468 mempool_alloc_preallocated(cprb_mempool) : in ep11_kblob2protkey() [all …]
|
| H A D | zcrypt_ccamisc.c | 42 static mempool_t *cprb_mempool; variable 294 cprbmem = mempool_alloc_preallocated(cprb_mempool); in alloc_and_prep_cprbmem() 338 mempool_free(mem, cprb_mempool); in free_cprbmem() 1193 mempool_alloc_preallocated(cprb_mempool) : in cca_clr2cipherkey() 1194 mempool_alloc(cprb_mempool, GFP_KERNEL); in cca_clr2cipherkey() 1262 mempool_free(mem, cprb_mempool); in cca_clr2cipherkey() 1720 mempool_alloc_preallocated(cprb_mempool) : in cca_get_info() 1721 mempool_alloc(cprb_mempool, GFP_KERNEL); in cca_get_info() 1772 mempool_free(mem, cprb_mempool); in cca_get_info() 1867 cprb_mempool = mempool_create_kmalloc_pool(zcrypt_mempool_threshold, in zcrypt_ccamisc_init() [all …]
|