Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dstacktrace.h51 #define STACKSLOTS_PER_LINE 8 macro
54 #define STACKSLOTS_PER_LINE 4 macro
/linux-3.4.99/arch/x86/kernel/
Ddumpstack_32.c75 if (i && ((i % STACKSLOTS_PER_LINE) == 0)) in show_stack_log_lvl()
Ddumpstack_64.c237 if (i && ((i % STACKSLOTS_PER_LINE) == 0)) in show_stack_log_lvl()
Ddumpstack.c25 int kstack_depth_to_print = 3 * STACKSLOTS_PER_LINE;