Searched refs:cprb_mempool (Results 1 – 1 of 1) sorted by relevance
41 static mempool_t *cprb_mempool; variable252 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()1802 cprb_mempool = mempool_create_kmalloc_pool(zcrypt_mempool_threshold, in zcrypt_ccamisc_init()[all …]