Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dtl.c800 static kmem_cache_t *tl_cache; variable
982 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()