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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_bcast.c91 static kmem_cache_t *mac_bcast_grp_cache; variable
97 mac_bcast_grp_cache = kmem_cache_create("mac_bcast_grp_cache",
104 kmem_cache_destroy(mac_bcast_grp_cache);
132 kmem_cache_free(mac_bcast_grp_cache, grp);
350 grp = kmem_cache_alloc(mac_bcast_grp_cache, KM_SLEEP);
384 kmem_cache_free(mac_bcast_grp_cache, grp);

Completed in 68 milliseconds