Searched refs:kstack_depth_to_print (Results 1 – 3 of 3) 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()
58 int kstack_depth_to_print = 48; variable77 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()