Searched refs:kstack_cache (Results 1 – 3 of 3) sorted by relevance
300 struct kstack_cache_entry *kstack_cache; variable304 MTX_SYSINIT(kstack_cache, &kstack_cache_mtx, "kstkch", MTX_DEF);331 if (pages == kstack_pages && kstack_cache != NULL) { in vm_thread_new()333 if (kstack_cache != NULL) { in vm_thread_new()334 ks_ce = kstack_cache; in vm_thread_new()335 kstack_cache = ks_ce->next_ks_entry; in vm_thread_new()454 ks_ce->next_ks_entry = kstack_cache; in vm_thread_dispose()455 kstack_cache = ks_ce; in vm_thread_dispose()468 ks_ce = kstack_cache; in vm_thread_stack_lowmem()469 kstack_cache = NULL; in vm_thread_stack_lowmem()
41 extern struct kstack_cache_entry *kstack_cache;
527 for (ks_ce = kstack_cache; ks_ce != NULL; in db_findstack_cmd()