Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c72 static kmem_cache_t *softmac_cachep; variable
170 softmac_cachep = kmem_cache_create("softmac_cache", in softmac_init()
173 ASSERT(softmac_cachep != NULL); in softmac_init()
181 kmem_cache_destroy(softmac_cachep); in softmac_fini()
383 softmac = kmem_cache_alloc(softmac_cachep, KM_SLEEP); in softmac_create()
1093 kmem_cache_free(softmac_cachep, softmac); in softmac_destroy()