Searched refs:softmac_cachep (Results 1 – 1 of 1) sorted by relevance
72 static kmem_cache_t *softmac_cachep; variable170 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()