Searched refs:softmac_cachep (Results 1 – 1 of 1) sorted by relevance
75 static kmem_cache_t *softmac_cachep; variable173 softmac_cachep = kmem_cache_create("softmac_cache", in softmac_init()176 ASSERT(softmac_cachep != NULL); in softmac_init()184 kmem_cache_destroy(softmac_cachep); in softmac_fini()386 softmac = kmem_cache_alloc(softmac_cachep, KM_SLEEP); in softmac_create()1099 kmem_cache_free(softmac_cachep, softmac); in softmac_destroy()