Searched refs:log_lvl (Results 1 – 5 of 5) sorted by relevance
| /linux/lib/ |
| H A D | dump_stack.c | 55 void dump_stack_print_info(const char *log_lvl) in dump_stack_print_info() argument 58 log_lvl, raw_smp_processor_id(), in dump_stack_print_info() 68 printk("%s%s\n", log_lvl, print_tainted_verbose()); in dump_stack_print_info() 72 log_lvl, dump_stack_arch_desc_str); in dump_stack_print_info() 74 print_worker_info(log_lvl, current); in dump_stack_print_info() 75 print_stop_info(log_lvl, current); in dump_stack_print_info() 76 print_scx_info(log_lvl, current); in dump_stack_print_info() 86 void show_regs_print_info(const char *log_lvl) in show_regs_print_info() argument 88 dump_stack_print_info(log_lvl); in show_regs_print_info() 91 static void __dump_stack(const char *log_lvl) in __dump_stack() argument [all …]
|
| /linux/arch/x86/include/asm/ |
| H A D | kdebug.h | 40 const char *log_lvl); 41 extern void show_iret_regs(struct pt_regs *regs, const char *log_lvl);
|
| /linux/kernel/ |
| H A D | stop_machine.c | 52 void print_stop_info(const char *log_lvl, struct task_struct *task) in print_stop_info() argument 63 printk("%sStopper: %pS <- %pS\n", log_lvl, stopper->fn, (void *)stopper->caller); in print_stop_info()
|
| H A D | workqueue.c | 6286 * @log_lvl: the log level to use when printing in print_worker_info() argument 6297 void print_worker_info(const char *log_lvl, struct task_struct *task) in print_worker_info() 6326 printk("%sWorkqueue: %s %ps", log_lvl, name, fn); in pr_cont_pool_info()
|
| /linux/kernel/sched/ |
| H A D | ext.c | 7808 void print_scx_info(const char *log_lvl, struct task_struct *p) in print_scx_info() argument 7830 printk("%sSched_ext: %s (%s%s)", log_lvl, sch->ops.name, in print_scx_info() 7842 log_lvl, sch->ops.name, scx_enable_state_str[state], all, in print_scx_info()
|