Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_param.h123 #ifndef KSTACK_MAX_PAGES
124 #define KSTACK_MAX_PAGES 32 macro
H A Dvm_glue.c445 vm_page_t ma[KSTACK_MAX_PAGES]; in vm_thread_stack_create()
528 else if (pages > KSTACK_MAX_PAGES) in vm_thread_new()
529 pages = KSTACK_MAX_PAGES; in vm_thread_new()
/freebsd/sys/conf/
H A Doptions147 KSTACK_MAX_PAGES
H A DNOTES2777 options KSTACK_MAX_PAGES=32 # Maximum pages to give the kernel stack