Home
last modified time | relevance | path

Searched refs:qi_cache (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/caam/
H A Dqi.c94 static struct kmem_cache *qi_cache; variable
474 return kmem_cache_alloc(qi_cache, flags); in qi_cache_alloc()
480 kmem_cache_free(qi_cache, obj); in qi_cache_free()
536 kmem_cache_destroy(qi_cache); in caam_qi_shutdown()
783 qi_cache = kmem_cache_create("caamqicache", CAAM_QI_MEMCACHE_SIZE, in caam_qi_init()
785 if (!qi_cache) { in caam_qi_init()
801 kmem_cache_destroy(qi_cache); in caam_qi_init()
H A Dcaamalg_qi2.c43 static struct kmem_cache *qi_cache; variable
120 return kmem_cache_zalloc(qi_cache, flags); in qi_cache_zalloc()
133 kmem_cache_free(qi_cache, obj); in qi_cache_free()
5223 qi_cache = kmem_cache_create("dpaa2_caamqicache", CAAM_QI_MEMCACHE_SIZE, in dpaa2_caam_probe()
5225 if (!qi_cache) { in dpaa2_caam_probe()
5437 kmem_cache_destroy(qi_cache); in dpaa2_caam_probe()
5482 kmem_cache_destroy(qi_cache); in dpaa2_caam_remove()