Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c82 struct kmem_cache *turnstile_cache; /* cache of free turnstiles */ variable
211 turnstile_cache = kmem_cache_create("turnstile_cache", in thread_init()
235 curthread->t_ts = kmem_cache_alloc(turnstile_cache, KM_SLEEP); in thread_init()
347 ts = kmem_cache_alloc(turnstile_cache, KM_SLEEP); in thread_create()
759 kmem_cache_free(turnstile_cache, t->t_ts); in thread_free()