Home
last modified time | relevance | path

Searched refs:KSTACK_MAX_PAGES (Results 1 – 5 of 5) 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.c439 vm_page_t ma[KSTACK_MAX_PAGES]; in vm_thread_stack_create()
522 else if (pages > KSTACK_MAX_PAGES) in vm_thread_new()
523 pages = KSTACK_MAX_PAGES; in vm_thread_new()
H A Dvm_swapout.c559 vm_page_t ma[KSTACK_MAX_PAGES]; in vm_thread_swapin()
/freebsd/sys/conf/
H A Doptions150 KSTACK_MAX_PAGES
H A DNOTES2776 options KSTACK_MAX_PAGES=32 # Maximum pages to give the kernel stack