Home
last modified time | relevance | path

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

/Linux-v5.4/arch/microblaze/kernel/
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-v5.4/arch/h8300/kernel/
Dtraps.c116 static int kstack_depth_to_print = 24; variable
129 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
/Linux-v5.4/arch/hexagon/kernel/
Dtraps.c84 int kstack_depth_to_print = 24; in do_show_stack() local
124 for (i = 0; i < kstack_depth_to_print; i++) { in do_show_stack()
157 kstack_depth_to_print += 6; in do_show_stack()
/Linux-v5.4/arch/nios2/kernel/
Dtraps.c58 int kstack_depth_to_print = 48; variable
76 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
/Linux-v5.4/arch/csky/kernel/
Ddumpstack.c6 int kstack_depth_to_print = 48; variable
/Linux-v5.4/arch/xtensa/kernel/
Dtraps.c499 static int kstack_depth_to_print = 24; variable
512 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
/Linux-v5.4/arch/openrisc/kernel/
Dtraps.c38 int kstack_depth_to_print = 0x180; variable
166 for (i = 0; i < kstack_depth_to_print; i++) { in nommu_dump_state()
/Linux-v5.4/arch/c6x/kernel/
Dtraps.c345 static int kstack_depth_to_print = 48; variable
393 for (i = 0, p = stack; i < kstack_depth_to_print; i++) { in show_stack()
/Linux-v5.4/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-v5.4/arch/m68k/kernel/
Dtraps.c812 static int kstack_depth_to_print = 48; variable
954 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
/Linux-v5.4/arch/powerpc/kernel/
Dprocess.c2029 static int kstack_depth_to_print = CONFIG_PRINT_STACK_DEPTH; variable
2093 } while (count++ < kstack_depth_to_print); in show_stack()