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

/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);
49 if (kstack_depth_to_print && (words_to_show > kstack_depth_to_print))
50 words_to_show = kstack_depth_to_print;
/arch/cris/kernel/
H A Dtraps.c33 static int kstack_depth_to_print = 24; variable
115 for (i = 0; i < kstack_depth_to_print; i++) {
/arch/x86/include/asm/
H A Dstacktrace.h12 extern int kstack_depth_to_print;
/arch/hexagon/kernel/
H A Dtraps.c95 int kstack_depth_to_print = 24; local
135 for (i = 0; i < kstack_depth_to_print; i++) {
168 kstack_depth_to_print += 6;
/arch/s390/kernel/
H A Ddumpstack.c24 static int kstack_depth_to_print = 12; variable
28 static int kstack_depth_to_print = 20; variable
118 for (i = 0; i < kstack_depth_to_print; i++) {
/arch/openrisc/kernel/
H A Dtraps.c42 int kstack_depth_to_print = 0x180; variable
80 for (i = 0; i < kstack_depth_to_print; i++) {
209 for (i = 0; i < kstack_depth_to_print; i++) {
/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++) {
/arch/x86/kernel/
H A Ddumpstack.c25 int kstack_depth_to_print = 3 * STACKSLOTS_PER_LINE; variable
326 kstack_depth_to_print = val;
H A Ddumpstack_32.c108 for (i = 0; i < kstack_depth_to_print; i++) {
H A Ddumpstack_64.c276 for (i = 0; i < kstack_depth_to_print; i++) {
/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++) {
/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++) {
/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++) {
/arch/mn10300/kernel/
H A Dtraps.c49 int kstack_depth_to_print = 24; variable
285 for (i = 0; i < kstack_depth_to_print; i++) {
/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++) {
/arch/powerpc/kernel/
H A Dprocess.c1523 static int kstack_depth_to_print = CONFIG_PRINT_STACK_DEPTH; variable
1592 } while (count++ < kstack_depth_to_print);

Completed in 337 milliseconds