Searched refs:tl_cache (Results 1 – 1 of 1) sorted by relevance
800 static kmem_cache_t *tl_cache; variable982 tl_cache = kmem_cache_create("tl_cache", sizeof (tl_endpt_t), in tl_attach()985 if (tl_cache == NULL) { in tl_attach()1100 kmem_cache_destroy(tl_cache); in tl_detach()1101 tl_cache = NULL; in tl_detach()1237 kmem_cache_free(tl_cache, tep); in tl_free()1442 tep = kmem_cache_alloc(tl_cache, KM_SLEEP); in tl_open()