Searched refs:cprb_mempool (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/s390/crypto/ |
| H A D | zcrypt_ep11misc.c | 40 static mempool_t *cprb_mempool; variable 366 cprb = mempool_alloc_preallocated(cprb_mempool); in alloc_cprbmem() 392 mempool_free(mem, cprb_mempool); in free_cprbmem() 673 mempool_alloc_preallocated(cprb_mempool) : in ep11_get_card_info() 674 mempool_alloc(cprb_mempool, GFP_KERNEL); in ep11_get_card_info() 690 mempool_free(pmqi, cprb_mempool); in ep11_get_card_info() 1378 mempool_alloc_preallocated(cprb_mempool) : in ep11_clr2keyblob() 1379 mempool_alloc(cprb_mempool, GFP_KERNEL); in ep11_clr2keyblob() 1417 mempool_free(mem, cprb_mempool); in ep11_clr2keyblob() 1462 mempool_alloc_preallocated(cprb_mempool) : in ep11_kblob2protkey() [all …]
|
| H A D | zcrypt_ccamisc.c | 41 static mempool_t *cprb_mempool; variable 252 cprbmem = mempool_alloc_preallocated(cprb_mempool); in alloc_and_prep_cprbmem() 294 mempool_free(mem, cprb_mempool); in free_cprbmem() 1140 mempool_alloc_preallocated(cprb_mempool) : in cca_clr2cipherkey() 1141 mempool_alloc(cprb_mempool, GFP_KERNEL); in cca_clr2cipherkey() 1203 mempool_free(mem, cprb_mempool); in cca_clr2cipherkey() 1655 mempool_alloc_preallocated(cprb_mempool) : in cca_get_info() 1656 mempool_alloc(cprb_mempool, GFP_KERNEL); in cca_get_info() 1707 mempool_free(mem, cprb_mempool); in cca_get_info() 1794 cprb_mempool = mempool_create_kmalloc_pool(zcrypt_mempool_threshold, in zcrypt_ccamisc_init() [all …]
|