Searched refs:stack_usage (Results 1 – 1 of 1) sorted by relevance
386 unsigned long stack_usage; in stack_overflow_check() local400 stack_usage = sp - stack_start; in stack_overflow_check()402 if (likely(stack_usage <= THREAD_SIZE)) in stack_overflow_check()407 stack_usage = sp - stack_start; in stack_overflow_check()410 if (unlikely(stack_usage > *last_usage)) in stack_overflow_check()411 *last_usage = stack_usage; in stack_overflow_check()413 if (likely(stack_usage < (IRQ_STACK_SIZE - STACK_MARGIN))) in stack_overflow_check()427 if (unlikely(stack_usage > *last_usage)) in stack_overflow_check()428 *last_usage = stack_usage; in stack_overflow_check()430 if (likely(stack_usage < (THREAD_SIZE - STACK_MARGIN))) in stack_overflow_check()