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

/illumos-gate/usr/src/uts/common/ipp/
H A Dippconf.c82 static kmem_cache_t *ipp_packet_cache = NULL; variable
3163 if ((pp = kmem_cache_alloc(ipp_packet_cache, KM_NOSLEEP)) == NULL)
3218 kmem_cache_free(ipp_packet_cache, pp);
3340 ipp_packet_cache = kmem_cache_create("ipp_packet",
3343 ASSERT(ipp_packet_cache != NULL);

Completed in 62 milliseconds