Searched refs:kstack_depth_to_print (Results 1 – 7 of 7) sorted by relevance
27 static unsigned long kstack_depth_to_print; /* 0 == entire stack */ variable31 return !kstrtoul(s, 0, &kstack_depth_to_print); in kstack_setup()51 if (kstack_depth_to_print && (words_to_show > kstack_depth_to_print)) in show_stack()52 words_to_show = kstack_depth_to_print; in show_stack()
80 int kstack_depth_to_print = 24; in do_show_stack() local119 for (i = 0; i < kstack_depth_to_print; i++) { in do_show_stack()150 kstack_depth_to_print += 6; in do_show_stack()
58 int kstack_depth_to_print = 48; variable77 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
573 static size_t kstack_depth_to_print = CONFIG_PRINT_STACK_DEPTH; variable615 kstack_depth_to_print * STACK_DUMP_ENTRY_SIZE); in show_stack()
111 static int kstack_depth_to_print = 24; variable126 for(i=0; i < kstack_depth_to_print; i++) { in show_stack()
808 static int kstack_depth_to_print = 48; variable948 for (i = 0; i < kstack_depth_to_print; i++) { in show_stack()
2308 static int kstack_depth_to_print = CONFIG_PRINT_STACK_DEPTH; variable2384 } while (count++ < kstack_depth_to_print); in show_stack()