Searched refs:KSTACK_MAX_PAGES (Results 1 – 4 of 4) sorted by relevance
123 #ifndef KSTACK_MAX_PAGES124 #define KSTACK_MAX_PAGES 32 macro
445 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()
147 KSTACK_MAX_PAGES
2777 options KSTACK_MAX_PAGES=32 # Maximum pages to give the kernel stack