Searched defs:log_lvl (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/avr32/kernel/ |
D | process.c | 80 static void dump_mem(const char *str, const char *log_lvl, in dump_mem() 119 struct pt_regs *regs, const char *log_lvl) in show_trace_log_lvl() 158 struct pt_regs *regs, const char *log_lvl) in show_trace_log_lvl() 180 struct pt_regs *regs, const char *log_lvl) in show_stack_log_lvl() 212 void show_regs_log_lvl(struct pt_regs *regs, const char *log_lvl) in show_regs_log_lvl()
|
/linux-4.1.27/arch/x86/kernel/ |
D | dumpstack_32.c | 95 unsigned long *sp, unsigned long bp, char *log_lvl) in show_stack_log_lvl()
|
D | dumpstack_64.c | 250 unsigned long *sp, unsigned long bp, char *log_lvl) in show_stack_log_lvl()
|
D | dumpstack.c | 171 unsigned long *stack, unsigned long bp, char *log_lvl) in show_trace_log_lvl()
|
/linux-4.1.27/include/linux/ |
D | printk.h | 222 static inline void dump_stack_print_info(const char *log_lvl) in dump_stack_print_info() 226 static inline void show_regs_print_info(const char *log_lvl) in show_regs_print_info()
|
/linux-4.1.27/kernel/printk/ |
D | printk.c | 3067 void dump_stack_print_info(const char *log_lvl) in dump_stack_print_info() 3089 void show_regs_print_info(const char *log_lvl) in show_regs_print_info()
|
/linux-4.1.27/kernel/ |
D | workqueue.c | 4186 void print_worker_info(const char *log_lvl, struct task_struct *task) in print_worker_info()
|