Searched defs:KERNEL_STACK_SIZE (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_kernel_priv.h32 # define KERNEL_STACK_SIZE (B_PAGE_SIZE * 2) // 8 kB macro
34 # define KERNEL_STACK_SIZE (B_PAGE_SIZE * 3) // 8 kB + one guard page macro
/haiku/headers/private/kernel/
H A Dkernel.h71 #define KERNEL_STACK_SIZE (B_PAGE_SIZE * 4) // 16 kB macro
73 #define KERNEL_STACK_SIZE (B_PAGE_SIZE * 3) // 12 kB macro

Completed in 349 milliseconds