Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c182 mip = kmem_cache_alloc(i_mac_impl_cachep, KM_SLEEP); in mac_register()
544 kmem_cache_free(i_mac_impl_cachep, mip); in mac_register()
659 kmem_cache_free(i_mac_impl_cachep, mip); in mac_unregister()
H A Dmac.c330 kmem_cache_t *i_mac_impl_cachep; variable
426 i_mac_impl_cachep = kmem_cache_create("mac_impl_cache", in mac_init()
429 ASSERT(i_mac_impl_cachep != NULL); in mac_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_impl.h332 extern kmem_cache_t *i_mac_impl_cachep;