Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dtlabel.c52 static kmem_cache_t *tslabel_cache; variable
74 tslabel_cache = kmem_cache_create("tslabel_cache", sizeof (ts_label_t), in label_init()
88 ts_label_t *lab = kmem_cache_alloc(tslabel_cache, flag); in labelalloc()
109 ts_label_t *lab = kmem_cache_alloc(tslabel_cache, flag); in labeldup()
134 kmem_cache_free(tslabel_cache, lab); in label_rele()