Home
last modified time | relevance | path

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

/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()
/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()
/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()
/arch/x86/include/asm/
Dstacktrace.h4 extern int kstack_depth_to_print;
Dtraps.h77 extern int kstack_depth_to_print;
/arch/x86/kernel/
Ddumpstack.h32 extern int kstack_depth_to_print;
Ddumpstack.c24 int kstack_depth_to_print = 3 * STACKSLOTS_PER_LINE; variable
338 kstack_depth_to_print = simple_strtoul(s, NULL, 0); in kstack_setup()
Ddumpstack_32.c83 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack_log_lvl()
Ddumpstack_64.c220 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack_log_lvl()
/arch/m68knommu/kernel/
Dtraps.c119 int kstack_depth_to_print = 48; variable
136 for (i = 0; i < kstack_depth_to_print; i++) { in __show_stack()
/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()
/arch/xtensa/kernel/
Dtraps.c414 static int kstack_depth_to_print = 24; variable
428 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
/arch/mn10300/kernel/
Dtraps.c52 int kstack_depth_to_print = 24; variable
179 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
/arch/s390/kernel/
Dtraps.c65 static int kstack_depth_to_print = 12; variable
68 static int kstack_depth_to_print = 20; variable
153 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
/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()
/arch/powerpc/kernel/
Dprocess.c1004 static int kstack_depth_to_print = CONFIG_PRINT_STACK_DEPTH; variable
1054 } while (count++ < kstack_depth_to_print); in show_stack()
/arch/m68k/kernel/
Dtraps.c859 static int kstack_depth_to_print = 48; variable
995 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()