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),
88 ts_label_t *lab = kmem_cache_alloc(tslabel_cache, flag);
109 ts_label_t *lab = kmem_cache_alloc(tslabel_cache, flag);
134 kmem_cache_free(tslabel_cache, lab);

Completed in 58 milliseconds