Home
last modified time | relevance | path

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

/freebsd-14.2/sys/vm/
H A Dvm_glue.c268 static uma_zone_t kstack_cache; variable
279 uma_zone_set_maxcache(kstack_cache, kstack_cache_size); in sysctl_kstack_cache_size()
361 if (pages == kstack_pages && kstack_cache != NULL) in vm_thread_new()
362 ks = (vm_offset_t)uma_zalloc(kstack_cache, M_NOWAIT); in vm_thread_new()
396 uma_zfree(kstack_cache, (void *)ks); in vm_thread_dispose()
466 kstack_cache = uma_zcache_create("kstack_cache", in kstack_cache_init()
471 uma_zone_set_maxcache(kstack_cache, kstack_cache_size); in kstack_cache_init()