Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/caam/
H A Dqi.c94 static struct kmem_cache *qi_cache; variable
477 return kmem_cache_alloc(qi_cache, flags); in qi_cache_alloc()
483 kmem_cache_free(qi_cache, obj); in qi_cache_free()
538 kmem_cache_destroy(qi_cache); in caam_qi_shutdown()
765 qi_cache = kmem_cache_create("caamqicache", CAAM_QI_MEMCACHE_SIZE, in caam_qi_init()
767 if (!qi_cache) { in caam_qi_init()
H A Dcaamalg_qi2.c42 static struct kmem_cache *qi_cache; variable
119 return kmem_cache_zalloc(qi_cache, flags); in qi_cache_zalloc()
132 kmem_cache_free(qi_cache, obj); in qi_cache_free()
5187 qi_cache = kmem_cache_create("dpaa2_caamqicache", CAAM_QI_MEMCACHE_SIZE, in dpaa2_caam_probe()
5189 if (!qi_cache) { in dpaa2_caam_probe()
5401 kmem_cache_destroy(qi_cache); in dpaa2_caam_probe()
5446 kmem_cache_destroy(qi_cache); in dpaa2_caam_remove()