Searched refs:turnstile_cache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c80 struct kmem_cache *turnstile_cache; /* cache of free turnstiles */ variable in typeref:struct:kmem_cache
209 turnstile_cache = kmem_cache_create("turnstile_cache",
233 curthread->t_ts = kmem_cache_alloc(turnstile_cache, KM_SLEEP);
345 ts = kmem_cache_alloc(turnstile_cache, KM_SLEEP);
774 kmem_cache_free(turnstile_cache, t->t_ts);

Completed in 296 milliseconds