Home
last modified time | relevance | path

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

/titanic_50/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", in mac_bcast_init()
104 kmem_cache_destroy(mac_bcast_grp_cache); in mac_bcast_fini()
132 kmem_cache_free(mac_bcast_grp_cache, grp); in mac_bcast_grp_free()
350 grp = kmem_cache_alloc(mac_bcast_grp_cache, KM_SLEEP); in mac_bcast_add()
384 kmem_cache_free(mac_bcast_grp_cache, grp); in mac_bcast_add()