Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_glue.c278 static uma_zone_t kstack_cache; variable
295 uma_zone_set_maxcache(kstack_cache, kstack_cache_size); in sysctl_kstack_cache_size()
532 if (pages == kstack_pages && kstack_cache != NULL) in vm_thread_new()
533 ks = uma_zalloc(kstack_cache, M_NOWAIT); in vm_thread_new()
565 uma_zfree(kstack_cache, ks); in vm_thread_dispose()
683 kstack_cache = uma_zcache_create("kstack_cache", in kstack_cache_init()
688 uma_zone_set_maxcache(kstack_cache, kstack_cache_size); in kstack_cache_init()