Searched refs:stack_usage (Results 1 – 5 of 5) sorted by relevance
407 unsigned long stack_usage; in stack_overflow_check() local421 stack_usage = sp - stack_start; in stack_overflow_check()423 if (likely(stack_usage <= THREAD_SIZE)) in stack_overflow_check()428 stack_usage = sp - stack_start; in stack_overflow_check()431 if (unlikely(stack_usage > *last_usage)) in stack_overflow_check()432 *last_usage = stack_usage; in stack_overflow_check()434 if (likely(stack_usage < (IRQ_STACK_SIZE - STACK_MARGIN))) in stack_overflow_check()448 if (unlikely(stack_usage > *last_usage)) in stack_overflow_check()449 *last_usage = stack_usage; in stack_overflow_check()451 if (likely(stack_usage < (THREAD_SIZE - STACK_MARGIN))) in stack_overflow_check()
209 class GTY(()) stack_usage in class()267 class stack_usage *su;
8438 gc_pointed_to "stack_usage"
8436 gc_pointed_to "stack_usage"