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()
533 if (pages == kstack_pages && kstack_cache != NULL) in vm_thread_new()
534 ks = (vm_offset_t)uma_zalloc(kstack_cache, M_NOWAIT); in vm_thread_new()
572 uma_zfree(kstack_cache, (void *)ks); in vm_thread_dispose()
690 kstack_cache = uma_zcache_create("kstack_cache", in kstack_cache_init()
695 uma_zone_set_maxcache(kstack_cache, kstack_cache_size); in kstack_cache_init()