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

/linux-master/arch/microblaze/kernel/
H A Dtraps.c27 static unsigned long kstack_depth_to_print; /* 0 == entire stack */ variable
31 return !kstrtoul(s, 0, &kstack_depth_to_print);
51 if (kstack_depth_to_print && (words_to_show > kstack_depth_to_print))
52 words_to_show = kstack_depth_to_print;
/linux-master/arch/nios2/kernel/
H A Dtraps.c58 int kstack_depth_to_print = 48; variable
77 for (i = 0; i < kstack_depth_to_print; i++) {
/linux-master/arch/hexagon/kernel/
H A Dtraps.c80 int kstack_depth_to_print = 24; local
119 for (i = 0; i < kstack_depth_to_print; i++) {
150 kstack_depth_to_print += 6;
/linux-master/arch/xtensa/kernel/
H A Dtraps.c573 static size_t kstack_depth_to_print = CONFIG_PRINT_STACK_DEPTH; variable
615 kstack_depth_to_print * STACK_DUMP_ENTRY_SIZE);
/linux-master/arch/alpha/kernel/
H A Dtraps.c144 static int kstack_depth_to_print = 24; variable
159 for(i=0; i < kstack_depth_to_print; i++) {
/linux-master/arch/m68k/kernel/
H A Dtraps.c808 static int kstack_depth_to_print = 48; variable
948 for (i = 0; i < kstack_depth_to_print; i++) {
/linux-master/arch/powerpc/kernel/
H A Dprocess.c2277 static int kstack_depth_to_print = CONFIG_PRINT_STACK_DEPTH; variable
2353 } while (count++ < kstack_depth_to_print);

Completed in 232 milliseconds