Searched refs:kstack_depth_to_print (Results 1 – 10 of 10) sorted by relevance
26 static unsigned long kstack_depth_to_print; /* 0 == entire stack */ variable30 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()
116 static int kstack_depth_to_print = 24; variable129 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
97 int kstack_depth_to_print = 24; in do_show_stack() local137 for (i = 0; i < kstack_depth_to_print; i++) { in do_show_stack()170 kstack_depth_to_print += 6; in do_show_stack()
58 int kstack_depth_to_print = 48; variable76 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
498 static int kstack_depth_to_print = 24; variable511 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
44 int kstack_depth_to_print = 0x180; variable172 for (i = 0; i < kstack_depth_to_print; i++) { in nommu_dump_state()
348 static int kstack_depth_to_print = 48; variable396 for (i = 0, p = stack; i < kstack_depth_to_print; i++) { in show_stack()
145 static int kstack_depth_to_print = 24; variable160 for(i=0; i < kstack_depth_to_print; i++) { in show_stack()
812 static int kstack_depth_to_print = 48; variable954 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
2050 static int kstack_depth_to_print = CONFIG_PRINT_STACK_DEPTH; variable2112 } while (count++ < kstack_depth_to_print); in show_stack()