/linux-2.6.39/arch/microblaze/kernel/ |
D | traps.c | 26 static unsigned long kstack_depth_to_print; /* 0 == entire stack */ variable 30 return !strict_strtoul(s, 0, &kstack_depth_to_print); in kstack_setup() 50 if (kstack_depth_to_print && (words_to_show > kstack_depth_to_print)) in show_stack() 51 words_to_show = kstack_depth_to_print; in show_stack()
|
/linux-2.6.39/arch/um/kernel/ |
D | sysrq.c | 51 static const int kstack_depth_to_print = 24; variable 69 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
|
/linux-2.6.39/arch/cris/kernel/ |
D | traps.c | 32 static int kstack_depth_to_print = 24; variable 114 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
|
/linux-2.6.39/arch/h8300/kernel/ |
D | traps.c | 120 static int kstack_depth_to_print = 24; variable 133 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
|
/linux-2.6.39/arch/m68k/kernel/ |
D | traps_no.c | 119 int kstack_depth_to_print = 48; variable 136 for (i = 0; i < kstack_depth_to_print; i++) { in __show_stack()
|
D | traps_mm.c | 861 static int kstack_depth_to_print = 48; variable 997 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
|
/linux-2.6.39/arch/m32r/kernel/ |
D | traps.c | 124 static int kstack_depth_to_print = 24; variable 162 for(i=0; i < kstack_depth_to_print; i++) { in show_stack()
|
/linux-2.6.39/arch/x86/kernel/ |
D | dumpstack.c | 25 int kstack_depth_to_print = 3 * STACKSLOTS_PER_LINE; variable 329 kstack_depth_to_print = simple_strtoul(s, NULL, 0); in kstack_setup()
|
D | dumpstack_32.c | 72 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack_log_lvl()
|
D | dumpstack_64.c | 254 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack_log_lvl()
|
/linux-2.6.39/arch/x86/include/asm/ |
D | stacktrace.h | 12 extern int kstack_depth_to_print;
|
/linux-2.6.39/arch/xtensa/kernel/ |
D | traps.c | 427 static int kstack_depth_to_print = 24; variable 440 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
|
/linux-2.6.39/arch/s390/kernel/ |
D | traps.c | 60 static int kstack_depth_to_print = 12; variable 64 static int kstack_depth_to_print = 20; variable 149 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
|
/linux-2.6.39/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-2.6.39/arch/alpha/kernel/ |
D | traps.c | 145 static int kstack_depth_to_print = 24; variable 160 for(i=0; i < kstack_depth_to_print; i++) { in show_stack()
|
/linux-2.6.39/arch/powerpc/kernel/ |
D | process.c | 1109 static int kstack_depth_to_print = CONFIG_PRINT_STACK_DEPTH; variable 1178 } while (count++ < kstack_depth_to_print); in show_stack()
|
/linux-2.6.39/Documentation/sysctl/ |
D | kernel.txt | 38 - kstack_depth_to_print [ X86 only ] 278 kstack_depth_to_print: (X86 only)
|
/linux-2.6.39/kernel/ |
D | sysctl.c | 801 .data = &kstack_depth_to_print,
|