Home
last modified time | relevance | path

Searched refs:mac_bcast_grp_cache (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_bcast.c92 static kmem_cache_t *mac_bcast_grp_cache; variable
98 mac_bcast_grp_cache = kmem_cache_create("mac_bcast_grp_cache", in mac_bcast_init()
105 kmem_cache_destroy(mac_bcast_grp_cache); in mac_bcast_fini()
133 kmem_cache_free(mac_bcast_grp_cache, grp); in mac_bcast_grp_free()
345 grp = kmem_cache_alloc(mac_bcast_grp_cache, KM_SLEEP); in mac_bcast_add()
379 kmem_cache_free(mac_bcast_grp_cache, grp); in mac_bcast_add()