Searched refs:tl_cache (Results 1 – 1 of 1) sorted by relevance
790 static kmem_cache_t *tl_cache; variable1048 tl_cache = kmem_cache_create("tl_cache", sizeof (tl_endpt_t), in tl_attach()1051 if (tl_cache == NULL) { in tl_attach()1166 kmem_cache_destroy(tl_cache); in tl_detach()1167 tl_cache = NULL; in tl_detach()1303 kmem_cache_free(tl_cache, tep); in tl_free()1517 tep = kmem_cache_alloc(tl_cache, KM_SLEEP); in tl_open()