Home
last modified time | relevance | path

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) in alloc_packet()
3218 kmem_cache_free(ipp_packet_cache, pp); in free_packet()
3340 ipp_packet_cache = kmem_cache_create("ipp_packet", in init_packets()
3343 ASSERT(ipp_packet_cache != NULL); in init_packets()