Home
last modified time | relevance | path

Searched refs:thread_cache (Results 1 – 1 of 1) sorted by last modified time

/dragonfly/sys/kern/
H A Dlwkt_thread.c101 __read_mostly static struct objcache *thread_cache; variable
290 thread_cache = objcache_create_mbacked( in lwkt_init()
370 td = objcache_get(thread_cache, M_WAITOK); in lwkt_alloc_thread()
522 objcache_put(thread_cache, td); in lwkt_free_thread()
1716 objcache_put(thread_cache, std); in lwkt_exit()