Lines Matching refs:cprb_mempool
41 static mempool_t *cprb_mempool; variable
367 cprb = mempool_alloc_preallocated(cprb_mempool); in alloc_cprbmem()
393 mempool_free(mem, cprb_mempool); in free_cprbmem()
674 mempool_alloc_preallocated(cprb_mempool) : in ep11_get_card_info()
675 mempool_alloc(cprb_mempool, GFP_KERNEL); in ep11_get_card_info()
691 mempool_free(pmqi, cprb_mempool); in ep11_get_card_info()
1379 mempool_alloc_preallocated(cprb_mempool) : in ep11_clr2keyblob()
1380 mempool_alloc(cprb_mempool, GFP_KERNEL); in ep11_clr2keyblob()
1416 mempool_free(mem, cprb_mempool); in ep11_clr2keyblob()
1461 mempool_alloc_preallocated(cprb_mempool) : in ep11_kblob2protkey()
1462 mempool_alloc(cprb_mempool, GFP_ATOMIC); in ep11_kblob2protkey()
1539 mempool_free(wkbuf, cprb_mempool); in ep11_kblob2protkey()
1614 cprb_mempool = mempool_create_kmalloc_pool(2 * zcrypt_mempool_threshold, in zcrypt_ep11misc_init()
1616 if (!cprb_mempool) in zcrypt_ep11misc_init()
1622 mempool_destroy(cprb_mempool); in zcrypt_ep11misc_init()
1634 mempool_destroy(cprb_mempool); in zcrypt_ep11misc_exit()