Searched refs:queue_cache (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dn2_core.c1601 static struct kmem_cache *queue_cache[2]; variable in typeref:struct:kmem_cache
1605 return kmem_cache_zalloc(queue_cache[q_type - 1], GFP_KERNEL);
1610 return kmem_cache_free(queue_cache[q_type - 1], p);
1615 if (!queue_cache[HV_NCS_QTYPE_MAU - 1])
1616 queue_cache[HV_NCS_QTYPE_MAU - 1] =
1621 if (!queue_cache[HV_NCS_QTYPE_MAU - 1])
1624 if (!queue_cache[HV_NCS_QTYPE_CWQ - 1])
1625 queue_cache[HV_NCS_QTYPE_CWQ - 1] =
1630 if (!queue_cache[HV_NCS_QTYPE_CWQ - 1]) {
1631 kmem_cache_destroy(queue_cache[HV_NCS_QTYPE_MA
[all...]

Completed in 53 milliseconds