Home
last modified time | relevance | path

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

/arch/microblaze/kernel/
Dtraps.c25 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()
/arch/h8300/kernel/
Dtraps.c114 static int kstack_depth_to_print = 24; variable
127 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
/arch/cris/kernel/
Dtraps.c37 static int kstack_depth_to_print = 24; variable
122 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
/arch/nios2/kernel/
Dtraps.c63 int kstack_depth_to_print = 48; variable
81 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
/arch/hexagon/kernel/
Dtraps.c95 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()
/arch/openrisc/kernel/
Dtraps.c42 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()
/arch/x86/include/asm/
Dstacktrace.h12 extern int kstack_depth_to_print;
/arch/m32r/kernel/
Dtraps.c123 static int kstack_depth_to_print = 24; variable
159 for(i=0; i < kstack_depth_to_print; i++) { in show_stack()
/arch/x86/kernel/
Ddumpstack.c25 int kstack_depth_to_print = 3 * STACKSLOTS_PER_LINE; variable
330 kstack_depth_to_print = val; in kstack_setup()
Ddumpstack_32.c108 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack_log_lvl()
Ddumpstack_64.c276 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack_log_lvl()
/arch/xtensa/kernel/
Dtraps.c475 static int kstack_depth_to_print = 24; variable
488 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
/arch/c6x/kernel/
Dtraps.c353 static int kstack_depth_to_print = 48; variable
402 for (i = 0, p = stack; i < kstack_depth_to_print; i++) { in show_stack()
/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()
/arch/alpha/kernel/
Dtraps.c143 static int kstack_depth_to_print = 24; variable
158 for(i=0; i < kstack_depth_to_print; i++) { in show_stack()
/arch/m68k/kernel/
Dtraps.c811 static int kstack_depth_to_print = 48; variable
953 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
/arch/powerpc/kernel/
Dprocess.c1549 static int kstack_depth_to_print = CONFIG_PRINT_STACK_DEPTH; variable
1611 } while (count++ < kstack_depth_to_print); in show_stack()