Home
last modified time | relevance | path

Searched refs:STACK_MARGIN (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/arch/parisc/kernel/
Dirq.c382 #define STACK_MARGIN (256*6) in stack_overflow_check() macro
413 if (likely(stack_usage < (IRQ_STACK_SIZE - STACK_MARGIN))) in stack_overflow_check()
430 if (likely(stack_usage < (THREAD_SIZE - STACK_MARGIN))) in stack_overflow_check()