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

/linux-4.1.27/arch/microblaze/kernel/
H A Dtraps.c25 static unsigned long kstack_depth_to_print; /* 0 == entire stack */ variable
29 return !kstrtoul(s, 0, &kstack_depth_to_print); kstack_setup()
49 if (kstack_depth_to_print && (words_to_show > kstack_depth_to_print)) show_stack()
50 words_to_show = kstack_depth_to_print; show_stack()
/linux-4.1.27/arch/nios2/kernel/
H A Dtraps.c63 int kstack_depth_to_print = 48; variable
81 for (i = 0; i < kstack_depth_to_print; i++) { show_stack()
/linux-4.1.27/arch/cris/kernel/
H A Dtraps.c37 static int kstack_depth_to_print = 24; variable
122 for (i = 0; i < kstack_depth_to_print; i++) { show_stack()
/linux-4.1.27/arch/x86/include/asm/
H A Dstacktrace.h12 extern int kstack_depth_to_print;
/linux-4.1.27/arch/openrisc/kernel/
H A Dtraps.c42 int kstack_depth_to_print = 0x180; variable
80 for (i = 0; i < kstack_depth_to_print; i++) { show_stack()
209 for (i = 0; i < kstack_depth_to_print; i++) { nommu_dump_state()
/linux-4.1.27/arch/hexagon/kernel/
H A Dtraps.c95 int kstack_depth_to_print = 24; do_show_stack() local
135 for (i = 0; i < kstack_depth_to_print; i++) { do_show_stack()
168 kstack_depth_to_print += 6; do_show_stack()
/linux-4.1.27/arch/x86/kernel/
H A Ddumpstack_32.c108 for (i = 0; i < kstack_depth_to_print; i++) { show_stack_log_lvl()
H A Ddumpstack.c25 int kstack_depth_to_print = 3 * STACKSLOTS_PER_LINE; variable
330 kstack_depth_to_print = val; kstack_setup()
H A Ddumpstack_64.c276 for (i = 0; i < kstack_depth_to_print; i++) { show_stack_log_lvl()
/linux-4.1.27/arch/m32r/kernel/
H A Dtraps.c123 static int kstack_depth_to_print = 24; variable
159 for(i=0; i < kstack_depth_to_print; i++) { show_stack()
/linux-4.1.27/arch/xtensa/kernel/
H A Dtraps.c446 static int kstack_depth_to_print = 24; variable
459 for (i = 0; i < kstack_depth_to_print; i++) { show_stack()
/linux-4.1.27/arch/mn10300/kernel/
H A Dtraps.c49 int kstack_depth_to_print = 24; variable
285 for (i = 0; i < kstack_depth_to_print; i++) { show_stack()
/linux-4.1.27/arch/c6x/kernel/
H A Dtraps.c353 static int kstack_depth_to_print = 48; variable
402 for (i = 0, p = stack; i < kstack_depth_to_print; i++) { show_stack()
/linux-4.1.27/arch/m68k/kernel/
H A Dtraps.c811 static int kstack_depth_to_print = 48; variable
953 for (i = 0; i < kstack_depth_to_print; i++) { show_stack()
/linux-4.1.27/arch/alpha/kernel/
H A Dtraps.c143 static int kstack_depth_to_print = 24; variable
158 for(i=0; i < kstack_depth_to_print; i++) { show_stack()
/linux-4.1.27/arch/powerpc/kernel/
H A Dprocess.c1539 static int kstack_depth_to_print = CONFIG_PRINT_STACK_DEPTH; variable
1601 } while (count++ < kstack_depth_to_print); show_stack()
/linux-4.1.27/kernel/
H A Dsysctl.c952 .procname = "kstack_depth_to_print",
953 .data = &kstack_depth_to_print,

Completed in 582 milliseconds