/linux-4.1.27/arch/microblaze/kernel/ |
D | traps.c | 25 static unsigned long kstack_depth_to_print; /* 0 == entire stack */ variable 29 return !kstrtoul(s, 0, &kstack_depth_to_print); in kstack_setup() 49 if (kstack_depth_to_print && (words_to_show > kstack_depth_to_print)) in show_stack() 50 words_to_show = kstack_depth_to_print; in show_stack()
|
/linux-4.1.27/arch/cris/kernel/ |
D | traps.c | 37 static int kstack_depth_to_print = 24; variable 122 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
|
/linux-4.1.27/arch/hexagon/kernel/ |
D | traps.c | 95 int kstack_depth_to_print = 24; in do_show_stack() local 135 for (i = 0; i < kstack_depth_to_print; i++) { in do_show_stack() 168 kstack_depth_to_print += 6; in do_show_stack()
|
/linux-4.1.27/arch/nios2/kernel/ |
D | traps.c | 63 int kstack_depth_to_print = 48; variable 81 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
|
/linux-4.1.27/arch/openrisc/kernel/ |
D | traps.c | 42 int kstack_depth_to_print = 0x180; variable 80 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack() 209 for (i = 0; i < kstack_depth_to_print; i++) { in nommu_dump_state()
|
/linux-4.1.27/arch/m32r/kernel/ |
D | traps.c | 123 static int kstack_depth_to_print = 24; variable 159 for(i=0; i < kstack_depth_to_print; i++) { in show_stack()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | stacktrace.h | 12 extern int kstack_depth_to_print;
|
/linux-4.1.27/arch/x86/kernel/ |
D | dumpstack.c | 25 int kstack_depth_to_print = 3 * STACKSLOTS_PER_LINE; variable 330 kstack_depth_to_print = val; in kstack_setup()
|
D | dumpstack_32.c | 108 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack_log_lvl()
|
D | dumpstack_64.c | 276 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack_log_lvl()
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | traps.c | 446 static int kstack_depth_to_print = 24; variable 459 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
|
/linux-4.1.27/arch/c6x/kernel/ |
D | traps.c | 353 static int kstack_depth_to_print = 48; variable 402 for (i = 0, p = stack; i < kstack_depth_to_print; i++) { in show_stack()
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | traps.c | 49 int kstack_depth_to_print = 24; variable 285 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | traps.c | 143 static int kstack_depth_to_print = 24; variable 158 for(i=0; i < kstack_depth_to_print; i++) { in show_stack()
|
/linux-4.1.27/arch/m68k/kernel/ |
D | traps.c | 811 static int kstack_depth_to_print = 48; variable 953 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | process.c | 1539 static int kstack_depth_to_print = CONFIG_PRINT_STACK_DEPTH; variable 1601 } while (count++ < kstack_depth_to_print); in show_stack()
|
/linux-4.1.27/Documentation/sysctl/ |
D | kernel.txt | 42 - kstack_depth_to_print [ X86 only ] 380 kstack_depth_to_print: (X86 only)
|
/linux-4.1.27/kernel/ |
D | sysctl.c | 953 .data = &kstack_depth_to_print,
|