Searched defs:mac_promisc_impl_cache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c147 kmem_cache_t *mac_promisc_impl_cache; variable
251 mac_promisc_impl_cache = kmem_cache_create("mac_promisc_impl_cache",
254 ASSERT(mac_promisc_impl_cache != NULL);
261 kmem_cache_destroy(mac_promisc_impl_cache);
3301 mpip = kmem_cache_alloc(mac_promisc_impl_cache, KM_SLEEP);
3368 kmem_cache_free(mac_promisc_impl_cache, mpip);

Completed in 198 milliseconds