kstack_depth_to_print  145 arch/alpha/kernel/traps.c static int kstack_depth_to_print = 24;
kstack_depth_to_print  160 arch/alpha/kernel/traps.c 	for(i=0; i < kstack_depth_to_print; i++) {
kstack_depth_to_print  345 arch/c6x/kernel/traps.c static int kstack_depth_to_print = 48;
kstack_depth_to_print  393 arch/c6x/kernel/traps.c 	for (i = 0, p = stack; i < kstack_depth_to_print; i++) {
kstack_depth_to_print    6 arch/csky/kernel/dumpstack.c int kstack_depth_to_print = 48;
kstack_depth_to_print  116 arch/h8300/kernel/traps.c static int kstack_depth_to_print = 24;
kstack_depth_to_print  129 arch/h8300/kernel/traps.c 	for (i = 0; i < kstack_depth_to_print; i++) {
kstack_depth_to_print   84 arch/hexagon/kernel/traps.c 	int kstack_depth_to_print = 24;
kstack_depth_to_print  124 arch/hexagon/kernel/traps.c 	for (i = 0; i < kstack_depth_to_print; i++) {
kstack_depth_to_print  157 arch/hexagon/kernel/traps.c 				kstack_depth_to_print += 6;
kstack_depth_to_print  812 arch/m68k/kernel/traps.c static int kstack_depth_to_print = 48;
kstack_depth_to_print  954 arch/m68k/kernel/traps.c 	for (i = 0; i < kstack_depth_to_print; i++) {
kstack_depth_to_print   26 arch/microblaze/kernel/traps.c static unsigned long kstack_depth_to_print;	/* 0 == entire stack */
kstack_depth_to_print   30 arch/microblaze/kernel/traps.c 	return !kstrtoul(s, 0, &kstack_depth_to_print);
kstack_depth_to_print   50 arch/microblaze/kernel/traps.c 	if (kstack_depth_to_print && (words_to_show > kstack_depth_to_print))
kstack_depth_to_print   51 arch/microblaze/kernel/traps.c 		words_to_show = kstack_depth_to_print;
kstack_depth_to_print   58 arch/nios2/kernel/traps.c int kstack_depth_to_print = 48;
kstack_depth_to_print   76 arch/nios2/kernel/traps.c 	for (i = 0; i < kstack_depth_to_print; i++) {
kstack_depth_to_print   38 arch/openrisc/kernel/traps.c int kstack_depth_to_print = 0x180;
kstack_depth_to_print  166 arch/openrisc/kernel/traps.c 	for (i = 0; i < kstack_depth_to_print; i++) {
kstack_depth_to_print 2029 arch/powerpc/kernel/process.c static int kstack_depth_to_print = CONFIG_PRINT_STACK_DEPTH;
kstack_depth_to_print 2093 arch/powerpc/kernel/process.c 	} while (count++ < kstack_depth_to_print);
kstack_depth_to_print  499 arch/xtensa/kernel/traps.c static int kstack_depth_to_print = 24;
kstack_depth_to_print  512 arch/xtensa/kernel/traps.c 	for (i = 0; i < kstack_depth_to_print; i++) {