Lines Matching refs:log_lvl
50 * @log_lvl: log level
55 void dump_stack_print_info(const char *log_lvl)
58 log_lvl, raw_smp_processor_id(), current->pid, current->comm,
67 log_lvl, dump_stack_arch_desc_str);
69 print_worker_info(log_lvl, current);
70 print_stop_info(log_lvl, current);
75 * @log_lvl: log level
80 void show_regs_print_info(const char *log_lvl)
82 dump_stack_print_info(log_lvl);
85 static void __dump_stack(const char *log_lvl)
87 dump_stack_print_info(log_lvl);
88 show_stack(NULL, NULL, log_lvl);
93 * @log_lvl: log level
97 asmlinkage __visible void dump_stack_lvl(const char *log_lvl)
106 __dump_stack(log_lvl);