Home
last modified time | relevance | path

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

/linux/arch/microblaze/kernel/
A Dtraps.c26 static unsigned long kstack_depth_to_print; /* 0 == entire stack */ variable
30 return !kstrtoul(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/arch/h8300/kernel/
A Dtraps.c112 static int kstack_depth_to_print = 24; variable
125 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
/linux/arch/hexagon/kernel/
A Dtraps.c80 int kstack_depth_to_print = 24; in do_show_stack() local
119 for (i = 0; i < kstack_depth_to_print; i++) { in do_show_stack()
150 kstack_depth_to_print += 6; in do_show_stack()
/linux/arch/nios2/kernel/
A Dtraps.c58 int kstack_depth_to_print = 48; variable
77 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
/linux/arch/xtensa/kernel/
A Dtraps.c509 static size_t kstack_depth_to_print = CONFIG_PRINT_STACK_DEPTH; variable
519 kstack_depth_to_print * STACK_DUMP_ENTRY_SIZE); in show_stack()
/linux/arch/openrisc/kernel/
A Dtraps.c37 int kstack_depth_to_print = 0x180; variable
160 for (i = 0; i < kstack_depth_to_print; i++) { in nommu_dump_state()
/linux/arch/alpha/kernel/
A Dtraps.c143 static int kstack_depth_to_print = 24; variable
158 for(i=0; i < kstack_depth_to_print; i++) { in show_stack()
/linux/arch/m68k/kernel/
A Dtraps.c806 static int kstack_depth_to_print = 48; variable
946 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
/linux/arch/powerpc/kernel/
A Dprocess.c2151 static int kstack_depth_to_print = CONFIG_PRINT_STACK_DEPTH; variable
2219 } while (count++ < kstack_depth_to_print); in show_stack()

Completed in 18 milliseconds