Searched refs:STACKSLOTS_PER_LINE (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dstacktrace.h53 #define STACKSLOTS_PER_LINE 8 macro
56 #define STACKSLOTS_PER_LINE 4 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Ddumpstack_32.c84 if (i && ((i % STACKSLOTS_PER_LINE) == 0))
H A Ddumpstack_64.c274 if (i && ((i % STACKSLOTS_PER_LINE) == 0))
H A Ddumpstack.c25 int kstack_depth_to_print = 3 * STACKSLOTS_PER_LINE;

Completed in 82 milliseconds