Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_dev.c39 static kmem_cache_t *softmac_upper_cachep; variable
209 softmac_upper_cachep = kmem_cache_create("softmac_upper_cache", in _init()
212 ASSERT(softmac_upper_cachep != NULL); in _init()
233 kmem_cache_destroy(softmac_upper_cachep); in _fini()
535 sup = kmem_cache_alloc(softmac_upper_cachep, KM_NOSLEEP); in softmac_drv_open()
568 kmem_cache_free(softmac_upper_cachep, sup); in softmac_drv_open()
613 kmem_cache_free(softmac_upper_cachep, sup); in softmac_drv_close()