Searched refs:kstack_cache (Results 1 – 1 of 1) sorted by relevance
269 static uma_zone_t kstack_cache; variable280 uma_zone_set_maxcache(kstack_cache, kstack_cache_size); in sysctl_kstack_cache_size()373 if (pages == kstack_pages && kstack_cache != NULL) in vm_thread_new()374 ks = (vm_offset_t)uma_zalloc(kstack_cache, M_NOWAIT); in vm_thread_new()405 uma_zfree(kstack_cache, (void *)ks); in vm_thread_dispose()475 kstack_cache = uma_zcache_create("kstack_cache", in kstack_cache_init()480 uma_zone_set_maxcache(kstack_cache, kstack_cache_size); in kstack_cache_init()