Home
last modified time | relevance | path

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

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