Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/caam/
Dqi.c103 static struct kmem_cache *qi_cache; variable
455 return kmem_cache_alloc(qi_cache, flags); in qi_cache_alloc()
461 kmem_cache_free(qi_cache, obj); in qi_cache_free()
526 kmem_cache_destroy(qi_cache); in caam_qi_shutdown()
789 qi_cache = kmem_cache_create("caamqicache", CAAM_QI_MEMCACHE_SIZE, 0, in caam_qi_init()
791 if (!qi_cache) { in caam_qi_init()