Searched refs:STACK_WARN (Results 1 – 6 of 6) sorted by relevance
87 if (unlikely(sp < (sizeof(struct thread_info) + STACK_WARN))) { in check_stack_overflow()
47 #define STACK_WARN (THREAD_SIZE >> 3) macro
39 return sp < (sizeof(struct thread_info) + STACK_WARN); in check_stack_overflow()
101 #define STACK_WARN (THREAD_SIZE / 8) macro
149 #define STACK_WARN (THREAD_SIZE/8) macro
52 mov #(STACK_WARN >> 8), r2; \
Completed in 9 milliseconds