Home
last modified time | relevance | path

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

/NextBSD/sys/vm/
HDvm_glue.c300 static int kstack_cache_size = 128; variable
305 SYSCTL_INT(_vm, OID_AUTO, kstack_cache_size, CTLFLAG_RW, &kstack_cache_size, 0,
447 if (pages == kstack_pages && kstacks <= kstack_cache_size) { in vm_thread_dispose()