Home
last modified time | relevance | path

Searched refs:kstack_depth_to_print (Results 1 – 18 of 18) sorted by relevance

/linux-2.6.39/arch/microblaze/kernel/
Dtraps.c26 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/
Dsysrq.c51 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/
Dtraps.c32 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/
Dtraps.c120 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/
Dtraps_no.c119 int kstack_depth_to_print = 48; variable
136 for (i = 0; i < kstack_depth_to_print; i++) { in __show_stack()
Dtraps_mm.c861 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/
Dtraps.c124 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/
Ddumpstack.c25 int kstack_depth_to_print = 3 * STACKSLOTS_PER_LINE; variable
329 kstack_depth_to_print = simple_strtoul(s, NULL, 0); in kstack_setup()
Ddumpstack_32.c72 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack_log_lvl()
Ddumpstack_64.c254 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack_log_lvl()
/linux-2.6.39/arch/x86/include/asm/
Dstacktrace.h12 extern int kstack_depth_to_print;
/linux-2.6.39/arch/xtensa/kernel/
Dtraps.c427 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/
Dtraps.c60 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/
Dtraps.c49 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/
Dtraps.c145 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/
Dprocess.c1109 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/
Dkernel.txt38 - kstack_depth_to_print [ X86 only ]
278 kstack_depth_to_print: (X86 only)
/linux-2.6.39/kernel/
Dsysctl.c801 .data = &kstack_depth_to_print,