queue_cache      1600 drivers/crypto/n2_core.c static struct kmem_cache *queue_cache[2];
queue_cache      1604 drivers/crypto/n2_core.c 	return kmem_cache_zalloc(queue_cache[q_type - 1], GFP_KERNEL);
queue_cache      1609 drivers/crypto/n2_core.c 	kmem_cache_free(queue_cache[q_type - 1], p);
queue_cache      1614 drivers/crypto/n2_core.c 	if (!queue_cache[HV_NCS_QTYPE_MAU - 1])
queue_cache      1615 drivers/crypto/n2_core.c 		queue_cache[HV_NCS_QTYPE_MAU - 1] =
queue_cache      1620 drivers/crypto/n2_core.c 	if (!queue_cache[HV_NCS_QTYPE_MAU - 1])
queue_cache      1623 drivers/crypto/n2_core.c 	if (!queue_cache[HV_NCS_QTYPE_CWQ - 1])
queue_cache      1624 drivers/crypto/n2_core.c 		queue_cache[HV_NCS_QTYPE_CWQ - 1] =
queue_cache      1629 drivers/crypto/n2_core.c 	if (!queue_cache[HV_NCS_QTYPE_CWQ - 1]) {
queue_cache      1630 drivers/crypto/n2_core.c 		kmem_cache_destroy(queue_cache[HV_NCS_QTYPE_MAU - 1]);
queue_cache      1631 drivers/crypto/n2_core.c 		queue_cache[HV_NCS_QTYPE_MAU - 1] = NULL;
queue_cache      1639 drivers/crypto/n2_core.c 	kmem_cache_destroy(queue_cache[HV_NCS_QTYPE_MAU - 1]);
queue_cache      1640 drivers/crypto/n2_core.c 	kmem_cache_destroy(queue_cache[HV_NCS_QTYPE_CWQ - 1]);
queue_cache      1641 drivers/crypto/n2_core.c 	queue_cache[HV_NCS_QTYPE_MAU - 1] = NULL;
queue_cache      1642 drivers/crypto/n2_core.c 	queue_cache[HV_NCS_QTYPE_CWQ - 1] = NULL;