Home
last modified time | relevance | path

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

/linux-4.1.27/arch/um/kernel/
Dsysrq.c47 for (i = 0; i < 3 * STACKSLOTS_PER_LINE; i++) { in show_stack()
50 if (i && ((i % STACKSLOTS_PER_LINE) == 0)) in show_stack()
/linux-4.1.27/arch/x86/include/asm/
Dstacktrace.h51 #define STACKSLOTS_PER_LINE 8 macro
54 #define STACKSLOTS_PER_LINE 4 macro
/linux-4.1.27/arch/x86/um/asm/
Dprocessor_64.h22 #define STACKSLOTS_PER_LINE 4 macro
Dprocessor_32.h36 #define STACKSLOTS_PER_LINE 8 macro
/linux-4.1.27/arch/x86/kernel/
Ddumpstack_32.c111 if ((i % STACKSLOTS_PER_LINE) == 0) { in show_stack_log_lvl()
Ddumpstack_64.c286 if ((i % STACKSLOTS_PER_LINE) == 0) { in show_stack_log_lvl()
Ddumpstack.c25 int kstack_depth_to_print = 3 * STACKSLOTS_PER_LINE;